Code:
/ 4.0 / 4.0 / untmp / DEVDIV_TFS / Dev10 / Releases / RTMRel / ndp / cdf / src / WF / RunTime / Hosting / SqlPersistenceWorkflowInstanceDescription.cs / 1305376 / SqlPersistenceWorkflowInstanceDescription.cs
using System; using System.IO; using System.Transactions; using System.Diagnostics; using System.Data; using System.Data.Common; using System.Data.SqlTypes; using System.Data.SqlClient; using System.Runtime.Serialization; using System.Runtime.Serialization.Formatters.Binary; using System.Collections; using System.Collections.Generic; using System.Collections.Specialized; using System.Configuration; using System.Text.RegularExpressions; using System.Security.Permissions; using System.Threading; using System.Workflow.Runtime.Hosting; using System.Workflow.Runtime; using System.Workflow.ComponentModel; using System.Globalization; namespace System.Workflow.Runtime.Hosting { public class SqlPersistenceWorkflowInstanceDescription { private Guid workflowInstanceId; private WorkflowStatus status; private bool isBlocked; private string suspendOrTerminateDescription; private SqlDateTime nextTimerExpiration; internal SqlPersistenceWorkflowInstanceDescription(Guid workflowInstanceId, WorkflowStatus status, bool isBlocked, string suspendOrTerminateDescription, SqlDateTime nextTimerExpiration) { this.workflowInstanceId = workflowInstanceId; this.status = status; this.isBlocked = isBlocked; this.suspendOrTerminateDescription = suspendOrTerminateDescription; this.nextTimerExpiration = nextTimerExpiration; } public Guid WorkflowInstanceId { get { return workflowInstanceId; } } public WorkflowStatus Status { get { return status; } } public bool IsBlocked { get { return isBlocked; } } public string SuspendOrTerminateDescription { get { return suspendOrTerminateDescription; } } public SqlDateTime NextTimerExpiration { get { return nextTimerExpiration; } } } } // 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
- AssemblyBuilder.cs
- CultureSpecificStringDictionary.cs
- SystemIcmpV4Statistics.cs
- DataGridViewSelectedRowCollection.cs
- LinqDataSource.cs
- PropertyToken.cs
- InputBindingCollection.cs
- ProfileSettingsCollection.cs
- Matrix3D.cs
- UrlPath.cs
- Matrix3D.cs
- SystemResourceKey.cs
- MenuItem.cs
- ProviderIncompatibleException.cs
- StylusEditingBehavior.cs
- DataBoundControlAdapter.cs
- ExpanderAutomationPeer.cs
- XPathScanner.cs
- FormView.cs
- X509Certificate2Collection.cs
- SHA1.cs
- TextSegment.cs
- UnauthorizedAccessException.cs
- InputDevice.cs
- HttpContext.cs
- FormsAuthenticationEventArgs.cs
- DataControlImageButton.cs
- Emitter.cs
- VSWCFServiceContractGenerator.cs
- RoutedEventHandlerInfo.cs
- FocusTracker.cs
- SerialStream.cs
- InputLanguageManager.cs
- lengthconverter.cs
- SuppressMergeCheckAttribute.cs
- WSDualHttpBinding.cs
- LinearKeyFrames.cs
- Button.cs
- MatrixTransform.cs
- BasicExpandProvider.cs
- NameNode.cs
- ModuleBuilderData.cs
- RowUpdatingEventArgs.cs
- DocumentationServerProtocol.cs
- ModelPropertyDescriptor.cs
- ClientEventManager.cs
- GlobalProxySelection.cs
- IncrementalHitTester.cs
- Point3D.cs
- MiniAssembly.cs
- OracleNumber.cs
- SystemResourceKey.cs
- WizardPanel.cs
- DoubleCollectionConverter.cs
- EasingKeyFrames.cs
- ObjectDataSourceChooseMethodsPanel.cs
- OperationAbortedException.cs
- ToolStripContentPanelDesigner.cs
- StackBuilderSink.cs
- CustomAssemblyResolver.cs
- UnSafeCharBuffer.cs
- HyperlinkAutomationPeer.cs
- CalendarAutomationPeer.cs
- Parser.cs
- NameNode.cs
- UnitySerializationHolder.cs
- HttpValueCollection.cs
- CodeDelegateCreateExpression.cs
- PathData.cs
- TakeQueryOptionExpression.cs
- RelativeSource.cs
- WebPartMenuStyle.cs
- Pen.cs
- SqlAggregateChecker.cs
- ServiceDefaults.cs
- AnnotationDocumentPaginator.cs
- LabelAutomationPeer.cs
- SqlGenerator.cs
- ConfigurationCollectionAttribute.cs
- MemoryRecordBuffer.cs
- InputDevice.cs
- StylusEventArgs.cs
- PageThemeParser.cs
- Crypto.cs
- ExtendedTransformFactory.cs
- OrderedDictionary.cs
- TypeConverterHelper.cs
- Int32Collection.cs
- METAHEADER.cs
- RewritingProcessor.cs
- DesignerVerbCollection.cs
- DBBindings.cs
- GeneralTransform2DTo3DTo2D.cs
- TraceProvider.cs
- CompressedStack.cs
- Pipe.cs
- CatalogZoneBase.cs
- SchemaNames.cs
- GlyphRun.cs
- FunctionUpdateCommand.cs