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
- EventMappingSettingsCollection.cs
- SrgsElementFactoryCompiler.cs
- RowTypeElement.cs
- PackageDigitalSignatureManager.cs
- ToolStripItemBehavior.cs
- DataGridParentRows.cs
- LineGeometry.cs
- SafeBitVector32.cs
- XmlILAnnotation.cs
- TryExpression.cs
- ValidationHelpers.cs
- ValueTable.cs
- WebColorConverter.cs
- DeploymentExceptionMapper.cs
- Scalars.cs
- SqlException.cs
- RangeValidator.cs
- OleDbFactory.cs
- ObjectItemCollectionAssemblyCacheEntry.cs
- FigureParagraph.cs
- EpmCustomContentSerializer.cs
- XamlSerializerUtil.cs
- HttpListenerContext.cs
- ellipse.cs
- UserControlParser.cs
- LineServicesCallbacks.cs
- smtpconnection.cs
- DispatcherExceptionFilterEventArgs.cs
- SecurityCriticalDataForSet.cs
- DirectoryInfo.cs
- XmlElementElement.cs
- DoubleLinkList.cs
- TextSerializer.cs
- ValidationHelper.cs
- MetadataUtil.cs
- XmlUtil.cs
- TextSelectionHelper.cs
- SegmentInfo.cs
- DependencyObject.cs
- ClientTargetCollection.cs
- AssemblyCollection.cs
- LongMinMaxAggregationOperator.cs
- ZipIOCentralDirectoryDigitalSignature.cs
- HtmlLiteralTextAdapter.cs
- TextServicesLoader.cs
- ScriptReferenceEventArgs.cs
- SoapReflectionImporter.cs
- SchemaImporter.cs
- CodeCompiler.cs
- ZipIOBlockManager.cs
- FillBehavior.cs
- RegexStringValidator.cs
- PropertyEntry.cs
- SubtreeProcessor.cs
- ToolStripDropTargetManager.cs
- ElementMarkupObject.cs
- InstanceValue.cs
- TextParagraphCache.cs
- XmlnsDictionary.cs
- LocalizedNameDescriptionPair.cs
- ClientConvert.cs
- MsmqHostedTransportConfiguration.cs
- BitmapImage.cs
- MethodExpr.cs
- OpCodes.cs
- InteropEnvironment.cs
- SctClaimSerializer.cs
- ConfigurationSection.cs
- PointIndependentAnimationStorage.cs
- BitmapFrame.cs
- GeneralTransform.cs
- LinqDataSource.cs
- WebEventTraceProvider.cs
- EmptyEnumerator.cs
- AutomationProperty.cs
- LayoutEditorPart.cs
- XmlQualifiedName.cs
- SharedUtils.cs
- StringUtil.cs
- TriState.cs
- ToolBarOverflowPanel.cs
- HttpRuntimeSection.cs
- PeerEndPoint.cs
- ObjectDataSourceEventArgs.cs
- ActionItem.cs
- xsdvalidator.cs
- RequestSecurityTokenForRemoteTokenFactory.cs
- HtmlEmptyTagControlBuilder.cs
- ListViewTableRow.cs
- SqlDependencyUtils.cs
- SplitterPanel.cs
- HtmlFormWrapper.cs
- ServiceModelExtensionCollectionElement.cs
- PageAsyncTaskManager.cs
- NonSerializedAttribute.cs
- ToolStripHighContrastRenderer.cs
- ToolStripRenderer.cs
- CodeBlockBuilder.cs
- WebServiceResponse.cs
- EntityKey.cs