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, 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
- QuaternionKeyFrameCollection.cs
- TemplateControlParser.cs
- InkCanvasFeedbackAdorner.cs
- RuleInfoComparer.cs
- TextEditorLists.cs
- login.cs
- WebEvents.cs
- XmlAttributeCollection.cs
- ConstructorBuilder.cs
- WindowsAuthenticationModule.cs
- FloaterParagraph.cs
- ContentElementAutomationPeer.cs
- DocumentXPathNavigator.cs
- StickyNoteHelper.cs
- SessionParameter.cs
- URL.cs
- XmlText.cs
- OdbcDataAdapter.cs
- CqlGenerator.cs
- TreeViewItem.cs
- RuleInfoComparer.cs
- LiteralControl.cs
- backend.cs
- DTCTransactionManager.cs
- ReadOnlyHierarchicalDataSourceView.cs
- ApplicationBuildProvider.cs
- BeginStoryboard.cs
- ProjectionPathSegment.cs
- UxThemeWrapper.cs
- RightsManagementEncryptedStream.cs
- NameValuePair.cs
- ListChangedEventArgs.cs
- If.cs
- EmptyStringExpandableObjectConverter.cs
- XmlSchemaException.cs
- LookupNode.cs
- MobileControlBuilder.cs
- Button.cs
- GenericsInstances.cs
- DecimalStorage.cs
- DispatcherEventArgs.cs
- IpcManager.cs
- TypeSystem.cs
- InputScope.cs
- FastEncoder.cs
- SafeHandles.cs
- TreeViewImageIndexConverter.cs
- ListenerElementsCollection.cs
- ChangePasswordAutoFormat.cs
- ContentOperations.cs
- TableSectionStyle.cs
- ByteFacetDescriptionElement.cs
- FileFormatException.cs
- WeakEventTable.cs
- EntityDataSourceDesignerHelper.cs
- QueueProcessor.cs
- FixedSOMLineCollection.cs
- MethodBuilder.cs
- QueryConverter.cs
- AutoGeneratedField.cs
- Int32Rect.cs
- DoubleStorage.cs
- SubstitutionDesigner.cs
- Bezier.cs
- MaskInputRejectedEventArgs.cs
- EventLogTraceListener.cs
- CreatingCookieEventArgs.cs
- DataServiceOperationContext.cs
- CustomActivityDesigner.cs
- Win32SafeHandles.cs
- WindowsRegion.cs
- HybridObjectCache.cs
- UserPreferenceChangingEventArgs.cs
- X509Utils.cs
- DbProviderFactories.cs
- CornerRadius.cs
- DbParameterHelper.cs
- LinkLabelLinkClickedEvent.cs
- SQLDateTimeStorage.cs
- AutomationPatternInfo.cs
- BindingGroup.cs
- LocatorBase.cs
- ColorInterpolationModeValidation.cs
- UriExt.cs
- X509WindowsSecurityToken.cs
- SEHException.cs
- BindingSource.cs
- BaseInfoTable.cs
- MenuItem.cs
- SslStream.cs
- TypeBuilder.cs
- SuspendDesigner.cs
- PageEventArgs.cs
- ListViewItem.cs
- Console.cs
- PlanCompilerUtil.cs
- Matrix.cs
- RangeValuePatternIdentifiers.cs
- FocusTracker.cs
- QueryStringConverter.cs