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, IActivityEventListenerparentEventHandler); 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
- ApplicationSettingsBase.cs
- AssemblyUtil.cs
- SqlTriggerContext.cs
- ExpandableObjectConverter.cs
- Pair.cs
- HttpRawResponse.cs
- CodeDirectionExpression.cs
- New.cs
- Listbox.cs
- RepeatInfo.cs
- ErrorProvider.cs
- PerformanceCounterPermission.cs
- TrackingProfile.cs
- RepeatInfo.cs
- UrlMappingsModule.cs
- Color.cs
- StoragePropertyMapping.cs
- WebPartUtil.cs
- HandledMouseEvent.cs
- SingleTagSectionHandler.cs
- CodeMethodInvokeExpression.cs
- PartialCachingAttribute.cs
- SerializationException.cs
- ExternalCalls.cs
- SqlUserDefinedTypeAttribute.cs
- MsmqIntegrationAppDomainProtocolHandler.cs
- TextControl.cs
- SerializationBinder.cs
- ArrayElementGridEntry.cs
- FontWeightConverter.cs
- OracleBFile.cs
- DigitShape.cs
- CodeTypeDelegate.cs
- EncoderFallback.cs
- EventNotify.cs
- SpoolingTask.cs
- ScrollChrome.cs
- XhtmlBasicTextViewAdapter.cs
- EpmContentSerializerBase.cs
- PlanCompiler.cs
- XmlAnyElementAttribute.cs
- parserscommon.cs
- SiteMapProvider.cs
- XmlText.cs
- ManifestResourceInfo.cs
- TextFormattingConverter.cs
- GeometryCollection.cs
- HttpPostedFileBase.cs
- DBCommandBuilder.cs
- Int64Converter.cs
- CacheHelper.cs
- VScrollProperties.cs
- TreeWalker.cs
- PageSettings.cs
- EventProxy.cs
- TimeoutValidationAttribute.cs
- MDIClient.cs
- DefaultTraceListener.cs
- DocumentPage.cs
- SafeEventHandle.cs
- BooleanProjectedSlot.cs
- CompositeCollection.cs
- ApplicationProxyInternal.cs
- FieldAccessException.cs
- PbrsForward.cs
- InputLanguageManager.cs
- CallContext.cs
- KeyBinding.cs
- PrintPreviewGraphics.cs
- TextSelectionHighlightLayer.cs
- PageAction.cs
- MouseActionConverter.cs
- MarkupCompiler.cs
- DesignerUtility.cs
- AppDomainFactory.cs
- LogExtentCollection.cs
- ComPersistableTypeElementCollection.cs
- OracleMonthSpan.cs
- Encoding.cs
- EditingCommands.cs
- SignedPkcs7.cs
- ObjectDataSourceMethodEditor.cs
- Rect3D.cs
- AtlasWeb.Designer.cs
- Vector3DConverter.cs
- PngBitmapDecoder.cs
- PropertyRecord.cs
- ObjectDataProvider.cs
- ZoomingMessageFilter.cs
- GlobalProxySelection.cs
- UInt64Storage.cs
- SiteMapPath.cs
- FormatterServices.cs
- GridViewRowCollection.cs
- FunctionImportMapping.cs
- BamlStream.cs
- FunctionUpdateCommand.cs
- TreeViewImageIndexConverter.cs
- CommonServiceBehaviorElement.cs
- LazyTextWriterCreator.cs