Code:
/ 4.0 / 4.0 / DEVDIV_TFS / Dev10 / Releases / RTMRel / ndp / cdf / src / WF / RunTime / DebugEngine / WorkflowDebuggerSteppingAttribute.cs / 1305376 / WorkflowDebuggerSteppingAttribute.cs
using System;
namespace System.Workflow.Runtime.DebugEngine
{
public enum WorkflowDebuggerSteppingOption
{
Sequential = 0,
Concurrent = 1
}
[AttributeUsage(AttributeTargets.Class, AllowMultiple = false, Inherited = true)]
public sealed class WorkflowDebuggerSteppingAttribute : Attribute
{
private WorkflowDebuggerSteppingOption steppingOption;
public WorkflowDebuggerSteppingAttribute(WorkflowDebuggerSteppingOption steppingOption)
{
this.steppingOption = steppingOption;
}
public WorkflowDebuggerSteppingOption SteppingOption
{
get
{
return this.steppingOption;
}
}
}
}
// File provided for Reference Use Only by Microsoft Corporation (c) 2007.
// Copyright (c) Microsoft Corporation. All rights reserved.
using System;
namespace System.Workflow.Runtime.DebugEngine
{
public enum WorkflowDebuggerSteppingOption
{
Sequential = 0,
Concurrent = 1
}
[AttributeUsage(AttributeTargets.Class, AllowMultiple = false, Inherited = true)]
public sealed class WorkflowDebuggerSteppingAttribute : Attribute
{
private WorkflowDebuggerSteppingOption steppingOption;
public WorkflowDebuggerSteppingAttribute(WorkflowDebuggerSteppingOption steppingOption)
{
this.steppingOption = steppingOption;
}
public WorkflowDebuggerSteppingOption SteppingOption
{
get
{
return this.steppingOption;
}
}
}
}
// 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
- RangeBaseAutomationPeer.cs
- IpcClientManager.cs
- Quaternion.cs
- ColorConvertedBitmapExtension.cs
- Evidence.cs
- TextEditorParagraphs.cs
- X509SecurityTokenProvider.cs
- PolicyChain.cs
- NamedElement.cs
- OracleBinary.cs
- PaintEvent.cs
- MouseGestureConverter.cs
- HostedHttpTransportManager.cs
- XsltException.cs
- Image.cs
- LocationUpdates.cs
- SchemaNames.cs
- SmtpFailedRecipientException.cs
- EtwTrackingBehaviorElement.cs
- SourceFileInfo.cs
- TableLayoutPanel.cs
- Math.cs
- OdbcReferenceCollection.cs
- ChineseLunisolarCalendar.cs
- TcpTransportManager.cs
- ImageEditor.cs
- PropertyEmitter.cs
- AppSettingsExpressionEditor.cs
- ImageCollectionEditor.cs
- SqlServer2KCompatibilityCheck.cs
- StagingAreaInputItem.cs
- ScrollViewer.cs
- TextTreeRootNode.cs
- MimeTypeMapper.cs
- TitleStyle.cs
- PriorityBindingExpression.cs
- IImplicitResourceProvider.cs
- DBSqlParser.cs
- GridEntryCollection.cs
- XmlSequenceWriter.cs
- CodeMemberField.cs
- Color.cs
- ViewPort3D.cs
- SafeWaitHandle.cs
- ObjectSecurity.cs
- ListViewAutomationPeer.cs
- BlockCollection.cs
- DataGridViewAutoSizeModeEventArgs.cs
- XmlSchemaAnnotated.cs
- DllHostedComPlusServiceHost.cs
- PathSegment.cs
- StatusBarPanelClickEvent.cs
- CodeAccessSecurityEngine.cs
- UriParserTemplates.cs
- ColumnMapProcessor.cs
- ButtonBaseAdapter.cs
- followingquery.cs
- DurableEnlistmentState.cs
- FillBehavior.cs
- HwndAppCommandInputProvider.cs
- XmlDataLoader.cs
- XmlSchemaSimpleTypeRestriction.cs
- HybridDictionary.cs
- followingsibling.cs
- JournalEntryStack.cs
- METAHEADER.cs
- Speller.cs
- UserControlCodeDomTreeGenerator.cs
- ArithmeticException.cs
- X509Utils.cs
- PointValueSerializer.cs
- GeneralTransform3DTo2D.cs
- MembershipUser.cs
- GradientStop.cs
- ASCIIEncoding.cs
- HtmlHistory.cs
- TrackingStringDictionary.cs
- DbProviderSpecificTypePropertyAttribute.cs
- PathSegment.cs
- ProcessHostServerConfig.cs
- TimeoutHelper.cs
- SmiMetaData.cs
- ToolStripLabel.cs
- GuidConverter.cs
- KerberosRequestorSecurityToken.cs
- FileDetails.cs
- Token.cs
- KeyGestureValueSerializer.cs
- MulticastDelegate.cs
- ExpressionEditorAttribute.cs
- ChannelSettingsElement.cs
- EdmSchemaAttribute.cs
- COM2PictureConverter.cs
- FixedTextPointer.cs
- QueryableDataSourceEditData.cs
- AuthenticationModuleElement.cs
- ValidatorCompatibilityHelper.cs
- PassportIdentity.cs
- CustomExpressionEventArgs.cs
- EventLog.cs