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
- WorkflowDefinitionDispenser.cs
- SchemaDeclBase.cs
- SafeViewOfFileHandle.cs
- PathGeometry.cs
- TextDecorations.cs
- DataShape.cs
- LabelAutomationPeer.cs
- sqlstateclientmanager.cs
- ResXDataNode.cs
- itemelement.cs
- SafeEventLogWriteHandle.cs
- ListViewTableCell.cs
- ZipIOFileItemStream.cs
- ResourceAttributes.cs
- COM2PropertyDescriptor.cs
- CodeActivityContext.cs
- SelectionChangedEventArgs.cs
- DetailsView.cs
- XmlDocumentType.cs
- ComponentRenameEvent.cs
- SiteMapProvider.cs
- CustomPopupPlacement.cs
- DependencyObjectPropertyDescriptor.cs
- FormsAuthenticationEventArgs.cs
- Size.cs
- CodeExporter.cs
- Simplifier.cs
- SortExpressionBuilder.cs
- BindingCompleteEventArgs.cs
- ZipIOLocalFileDataDescriptor.cs
- CodeIdentifier.cs
- WeakReferenceList.cs
- EntityDataSourceContextCreatedEventArgs.cs
- Renderer.cs
- CancellationTokenSource.cs
- X509Chain.cs
- AsnEncodedData.cs
- CodeObject.cs
- ItemList.cs
- StateValidator.cs
- oledbmetadatacollectionnames.cs
- HtmlTableRowCollection.cs
- NamespaceEmitter.cs
- ImageAutomationPeer.cs
- DecoderBestFitFallback.cs
- EntityContainerEmitter.cs
- CollectionsUtil.cs
- RoleBoolean.cs
- NamedPipeConnectionPool.cs
- XamlNamespaceHelper.cs
- GridItemProviderWrapper.cs
- FixedSOMElement.cs
- DiagnosticsConfigurationHandler.cs
- AnnotationResourceChangedEventArgs.cs
- SourceElementsCollection.cs
- XmlSchemaSimpleContent.cs
- RowsCopiedEventArgs.cs
- SystemBrushes.cs
- BitmapVisualManager.cs
- XmlConverter.cs
- WebServiceFaultDesigner.cs
- Binding.cs
- DataBoundLiteralControl.cs
- EdmFunction.cs
- ZipFileInfoCollection.cs
- QilGeneratorEnv.cs
- SaveFileDialogDesigner.cs
- TextEvent.cs
- TrustLevel.cs
- SqlEnums.cs
- DesignerActionVerbList.cs
- DeriveBytes.cs
- ItemAutomationPeer.cs
- Stream.cs
- IdentifierCollection.cs
- DataSourceSelectArguments.cs
- OleDbError.cs
- Funcletizer.cs
- BufferedOutputStream.cs
- RandomNumberGenerator.cs
- PtsContext.cs
- PersonalizationStateInfo.cs
- ObjectDataSource.cs
- BooleanAnimationBase.cs
- TableCellCollection.cs
- DropSourceBehavior.cs
- TimeSpanSecondsOrInfiniteConverter.cs
- WindowsEditBoxRange.cs
- ConfigurationSchemaErrors.cs
- WindowsMenu.cs
- RelationshipEndMember.cs
- ImageSource.cs
- ClockGroup.cs
- WebPartEventArgs.cs
- DataKeyCollection.cs
- DrawingImage.cs
- SystemIcmpV4Statistics.cs
- DBNull.cs
- SuppressMergeCheckAttribute.cs
- BinaryExpression.cs