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

This book is available now!
Buy at Amazon US or
Buy at Amazon UK
- ControlsConfig.cs
- PhysicalAddress.cs
- FileEnumerator.cs
- ExclusiveHandleList.cs
- PeerFlooder.cs
- AttachedAnnotationChangedEventArgs.cs
- LinearGradientBrush.cs
- JulianCalendar.cs
- RectangleHotSpot.cs
- WriteTimeStream.cs
- LinqDataView.cs
- PageHandlerFactory.cs
- PipeException.cs
- XmlDocumentSerializer.cs
- ButtonDesigner.cs
- WhereQueryOperator.cs
- ExclusiveCanonicalizationTransform.cs
- DatatypeImplementation.cs
- FormatControl.cs
- CallbackCorrelationInitializer.cs
- SByteConverter.cs
- GridViewEditEventArgs.cs
- SiteMap.cs
- TextCollapsingProperties.cs
- HttpServerVarsCollection.cs
- InputProviderSite.cs
- WorkflowLayouts.cs
- MetadataCollection.cs
- CacheEntry.cs
- DbProviderFactory.cs
- Rfc4050KeyFormatter.cs
- ByteAnimationBase.cs
- Internal.cs
- ProcessRequestArgs.cs
- StylusPointPropertyId.cs
- ResXBuildProvider.cs
- DataMember.cs
- SignatureTargetIdManager.cs
- KnownBoxes.cs
- DbMetaDataColumnNames.cs
- CommandHelper.cs
- DbMetaDataFactory.cs
- HostingPreferredMapPath.cs
- ObjectConverter.cs
- IItemProperties.cs
- HtmlControl.cs
- XmlChoiceIdentifierAttribute.cs
- SchemaTypeEmitter.cs
- MimeMultiPart.cs
- StringFreezingAttribute.cs
- XPathItem.cs
- HMACSHA1.cs
- QualificationDataAttribute.cs
- XmlSchemaAny.cs
- WebHttpBindingCollectionElement.cs
- ConfigurationPermission.cs
- PropertyDescriptorGridEntry.cs
- RootBrowserWindowProxy.cs
- remotingproxy.cs
- UnmanagedMemoryStream.cs
- FormsAuthentication.cs
- FloaterBaseParaClient.cs
- DelimitedListTraceListener.cs
- DefaultEventAttribute.cs
- SystemColors.cs
- BrushMappingModeValidation.cs
- ExpressionVisitorHelpers.cs
- XmlSchemaSubstitutionGroup.cs
- AppDomainManager.cs
- MatrixUtil.cs
- TypedAsyncResult.cs
- AuditLogLocation.cs
- LinqDataSourceEditData.cs
- AttachmentService.cs
- ObjectHandle.cs
- BoundField.cs
- SelectedDatesCollection.cs
- WebPartActionVerb.cs
- OleDbParameter.cs
- ImportCatalogPart.cs
- IItemContainerGenerator.cs
- ConstrainedDataObject.cs
- LoadRetryHandler.cs
- GroupLabel.cs
- BoundsDrawingContextWalker.cs
- DataContractSerializerOperationGenerator.cs
- FixedElement.cs
- DataBindingExpressionBuilder.cs
- NullableDecimalAverageAggregationOperator.cs
- VBIdentifierName.cs
- EntityDataSource.cs
- DiscreteKeyFrames.cs
- OdbcEnvironment.cs
- XPathEmptyIterator.cs
- PropertyKey.cs
- IncrementalReadDecoders.cs
- CapabilitiesPattern.cs
- InstallerTypeAttribute.cs
- ProfileSection.cs
- DiagnosticsConfigurationHandler.cs