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
- BufferedConnection.cs
- ProxyManager.cs
- CodeGeneratorOptions.cs
- UserUseLicenseDictionaryLoader.cs
- AttributeCollection.cs
- DescendantOverDescendantQuery.cs
- XPathParser.cs
- ObjectStateEntryBaseUpdatableDataRecord.cs
- VersionUtil.cs
- ContextMenuStripGroupCollection.cs
- MsmqIntegrationElement.cs
- UIAgentMonitor.cs
- DES.cs
- CodeAccessSecurityEngine.cs
- RangeValuePatternIdentifiers.cs
- IndentedTextWriter.cs
- ItemsPanelTemplate.cs
- SmiEventStream.cs
- DetailsView.cs
- MessageContractAttribute.cs
- ProxyAttribute.cs
- WebPartVerbCollection.cs
- OrderablePartitioner.cs
- DictionaryMarkupSerializer.cs
- AnimationLayer.cs
- ProxyGenerationError.cs
- DocumentSchemaValidator.cs
- IisTraceListener.cs
- BindingMemberInfo.cs
- Variant.cs
- ProgressChangedEventArgs.cs
- RefExpr.cs
- KernelTypeValidation.cs
- HttpValueCollection.cs
- EnterpriseServicesHelper.cs
- MediaPlayerState.cs
- RelationshipSet.cs
- IndicShape.cs
- MonthCalendarDesigner.cs
- HwndSourceKeyboardInputSite.cs
- Matrix3DStack.cs
- RawStylusInputCustomDataList.cs
- SystemColors.cs
- ViewUtilities.cs
- HttpResponseHeader.cs
- RandomNumberGenerator.cs
- WindowsFormsHelpers.cs
- FileUtil.cs
- OperationAbortedException.cs
- SoapSchemaImporter.cs
- PeerCustomResolverBindingElement.cs
- ValuePattern.cs
- ReflectionUtil.cs
- UiaCoreTypesApi.cs
- LabelEditEvent.cs
- StrongBox.cs
- HttpModuleActionCollection.cs
- CachedTypeface.cs
- SubclassTypeValidatorAttribute.cs
- DataGridViewTextBoxEditingControl.cs
- PhotoPrintingIntent.cs
- ExtendedPropertyCollection.cs
- CustomSignedXml.cs
- SmtpCommands.cs
- GreenMethods.cs
- bindurihelper.cs
- RelationshipFixer.cs
- RecognizedWordUnit.cs
- ResourceAssociationSet.cs
- DataServiceResponse.cs
- ApplicationFileCodeDomTreeGenerator.cs
- TextBounds.cs
- CompModSwitches.cs
- FontStretchConverter.cs
- VideoDrawing.cs
- SamlAction.cs
- PartialList.cs
- ServiceMoniker.cs
- CheckBoxBaseAdapter.cs
- BufferedReadStream.cs
- XmlCharType.cs
- TextTrailingWordEllipsis.cs
- DataListCommandEventArgs.cs
- OracleConnection.cs
- SystemDropShadowChrome.cs
- DictionaryCustomTypeDescriptor.cs
- PassportAuthenticationEventArgs.cs
- SHA384Managed.cs
- SvcMapFileSerializer.cs
- DataGridViewMethods.cs
- ListenerAdapter.cs
- TriggerActionCollection.cs
- RowBinding.cs
- HttpValueCollection.cs
- SchemaCollectionPreprocessor.cs
- Range.cs
- SelectionRange.cs
- Rotation3D.cs
- ValidateNames.cs
- CodeGeneratorOptions.cs