Code:
/ 4.0 / 4.0 / untmp / 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.
Link Menu

This book is available now!
Buy at Amazon US or
Buy at Amazon UK
- DeclarativeExpressionConditionDeclaration.cs
- SoapEnumAttribute.cs
- FileDialog_Vista.cs
- EdmScalarPropertyAttribute.cs
- FormsAuthentication.cs
- KeyboardEventArgs.cs
- PageTheme.cs
- DrawingBrush.cs
- coordinator.cs
- DrawingGroupDrawingContext.cs
- Single.cs
- XslCompiledTransform.cs
- PathSegment.cs
- XmlSchemaValidationException.cs
- KeyProperty.cs
- CodeAttributeArgument.cs
- DbDataSourceEnumerator.cs
- GridErrorDlg.cs
- ListCollectionView.cs
- DrawingContextWalker.cs
- DataRowChangeEvent.cs
- NamespaceTable.cs
- GenericEnumerator.cs
- VideoDrawing.cs
- HierarchicalDataSourceDesigner.cs
- WinCategoryAttribute.cs
- GlobalEventManager.cs
- DefaultSection.cs
- DefaultBinder.cs
- ToolStripOverflow.cs
- UTF8Encoding.cs
- EmptyStringExpandableObjectConverter.cs
- Frame.cs
- EntityStoreSchemaGenerator.cs
- ConvertEvent.cs
- HttpFileCollection.cs
- DataFormat.cs
- TransferRequestHandler.cs
- TemplateNameScope.cs
- DeferredSelectedIndexReference.cs
- Rect3D.cs
- MemberProjectionIndex.cs
- UIElementHelper.cs
- ColumnResizeUndoUnit.cs
- ArcSegment.cs
- EntityViewGenerationConstants.cs
- DataGridViewRowPrePaintEventArgs.cs
- Transform3DGroup.cs
- TimelineGroup.cs
- RotationValidation.cs
- BuildDependencySet.cs
- DropShadowBitmapEffect.cs
- PassportAuthenticationEventArgs.cs
- RequestCachePolicy.cs
- SQLCharsStorage.cs
- HttpHandlerActionCollection.cs
- TextEditorThreadLocalStore.cs
- SymmetricAlgorithm.cs
- StopStoryboard.cs
- DataGridViewSelectedCellsAccessibleObject.cs
- URLMembershipCondition.cs
- SiteMapPath.cs
- GetWinFXPath.cs
- Font.cs
- PointIndependentAnimationStorage.cs
- OdbcParameter.cs
- ResourceDescriptionAttribute.cs
- HttpListenerResponse.cs
- UdpMessageProperty.cs
- Deserializer.cs
- FlatButtonAppearance.cs
- HttpGetProtocolReflector.cs
- XamlSerializerUtil.cs
- DescendantBaseQuery.cs
- HtmlInputFile.cs
- PartitionResolver.cs
- BinaryFormatter.cs
- TriggerAction.cs
- SemanticResolver.cs
- TextPatternIdentifiers.cs
- GetCertificateRequest.cs
- HttpRawResponse.cs
- XmlBaseWriter.cs
- ExceptionList.cs
- NetSectionGroup.cs
- ViewUtilities.cs
- FragmentQueryKB.cs
- latinshape.cs
- DefaultParameterValueAttribute.cs
- Bitmap.cs
- SecureStringHasher.cs
- login.cs
- FontWeightConverter.cs
- DataGridViewColumnCollection.cs
- TimeoutException.cs
- PageCache.cs
- ImageMap.cs
- TextRange.cs
- OrderedDictionary.cs
- TableDetailsRow.cs