Code:
/ 4.0 / 4.0 / DEVDIV_TFS / Dev10 / Releases / RTMRel / ndp / cdf / src / WF / Activities / Interfaces.cs / 1305376 / Interfaces.cs
namespace System.Workflow.Activities
{
using System;
using System.Collections;
using System.Workflow.ComponentModel;
using System.Workflow.ComponentModel.Design;
using System.Collections.Generic;
using System.Transactions;
using System.Workflow.Runtime.Hosting;
using System.Workflow.Runtime;
using System.Workflow.ComponentModel.Compiler;
[Serializable]
public sealed class ConditionalEventArgs : EventArgs
{
bool result;
public bool Result
{
get
{
return result;
}
set
{
result = value;
}
}
public ConditionalEventArgs() : this(false)
{
}
public ConditionalEventArgs(bool result)
{
this.result = result;
}
}
public interface IEventActivity
{
void Subscribe(ActivityExecutionContext parentContext, IActivityEventListener parentEventHandler);
void Unsubscribe(ActivityExecutionContext parentContext, IActivityEventListener parentEventHandler);
IComparable QueueName { get; }
}
}
// File provided for Reference Use Only by Microsoft Corporation (c) 2007.
// Copyright (c) Microsoft Corporation. All rights reserved.
namespace System.Workflow.Activities
{
using System;
using System.Collections;
using System.Workflow.ComponentModel;
using System.Workflow.ComponentModel.Design;
using System.Collections.Generic;
using System.Transactions;
using System.Workflow.Runtime.Hosting;
using System.Workflow.Runtime;
using System.Workflow.ComponentModel.Compiler;
[Serializable]
public sealed class ConditionalEventArgs : EventArgs
{
bool result;
public bool Result
{
get
{
return result;
}
set
{
result = value;
}
}
public ConditionalEventArgs() : this(false)
{
}
public ConditionalEventArgs(bool result)
{
this.result = result;
}
}
public interface IEventActivity
{
void Subscribe(ActivityExecutionContext parentContext, IActivityEventListener parentEventHandler);
void Unsubscribe(ActivityExecutionContext parentContext, IActivityEventListener parentEventHandler);
IComparable QueueName { get; }
}
}
// File provided for Reference Use Only by Microsoft Corporation (c) 2007.
// Copyright (c) Microsoft Corporation. All rights reserved.
Link Menu

This book is available now!
Buy at Amazon US or
Buy at Amazon UK
- DetailsViewDeleteEventArgs.cs
- CodeDomConfigurationHandler.cs
- XamlInt32CollectionSerializer.cs
- WebPartAddingEventArgs.cs
- DependentTransaction.cs
- HttpServerVarsCollection.cs
- LiteralLink.cs
- SpellerStatusTable.cs
- TextEffectResolver.cs
- WindowsRichEdit.cs
- PersonalizablePropertyEntry.cs
- TemplateField.cs
- SafeReversePInvokeHandle.cs
- SemanticAnalyzer.cs
- ExtendedPropertyDescriptor.cs
- CapabilitiesPattern.cs
- Expression.cs
- GenericPrincipal.cs
- StoreItemCollection.cs
- ByteBufferPool.cs
- BamlStream.cs
- ProbeDuplexCD1AsyncResult.cs
- JoinGraph.cs
- XmlDataSource.cs
- Parallel.cs
- PathFigureCollectionValueSerializer.cs
- nulltextcontainer.cs
- SqlConnectionPoolProviderInfo.cs
- MethodResolver.cs
- SortDescriptionCollection.cs
- BitmapEffectInput.cs
- Util.cs
- ResXResourceSet.cs
- TextMetrics.cs
- DynamicHyperLink.cs
- OutputCacheProfileCollection.cs
- HasCopySemanticsAttribute.cs
- NonSerializedAttribute.cs
- TaskFileService.cs
- SqlDependencyUtils.cs
- WsatServiceCertificate.cs
- DependencyObjectProvider.cs
- SendMailErrorEventArgs.cs
- XmlSchemaType.cs
- BufferBuilder.cs
- CaseKeyBox.ViewModel.cs
- PixelFormatConverter.cs
- InvokeMemberBinder.cs
- RepeaterCommandEventArgs.cs
- CodeCatchClauseCollection.cs
- JournalEntryStack.cs
- XPathAncestorQuery.cs
- EntityStoreSchemaGenerator.cs
- Trigger.cs
- AssemblyInfo.cs
- CharacterMetrics.cs
- AuthStoreRoleProvider.cs
- XmlNullResolver.cs
- Graph.cs
- CodeBinaryOperatorExpression.cs
- UnsafeNativeMethods.cs
- ISessionStateStore.cs
- XNodeSchemaApplier.cs
- CharUnicodeInfo.cs
- WebHttpBinding.cs
- GridViewDeleteEventArgs.cs
- WeakRefEnumerator.cs
- FilterQueryOptionExpression.cs
- TypeDescriptionProviderAttribute.cs
- ProtocolsInstallComponent.cs
- DetailsViewDeletedEventArgs.cs
- PersonalizationProviderHelper.cs
- ServiceRouteHandler.cs
- CompilerCollection.cs
- WsdlImporterElementCollection.cs
- DataContractFormatAttribute.cs
- Events.cs
- ShaderEffect.cs
- ConditionalDesigner.cs
- DataControlPagerLinkButton.cs
- HttpClientCertificate.cs
- ErrorEventArgs.cs
- SqlStream.cs
- Processor.cs
- ProvideValueServiceProvider.cs
- RegularExpressionValidator.cs
- DataControlPagerLinkButton.cs
- BinaryUtilClasses.cs
- ProviderConnectionPointCollection.cs
- Query.cs
- XmlDataSource.cs
- ProxySimple.cs
- XPathMultyIterator.cs
- InstallerTypeAttribute.cs
- XamlInt32CollectionSerializer.cs
- _CacheStreams.cs
- IFormattable.cs
- IndexedString.cs
- CodeTypeReferenceExpression.cs
- TimeSpanStorage.cs