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
- TextFormatter.cs
- AppDomainAttributes.cs
- StandardOleMarshalObject.cs
- PipelineComponent.cs
- EventTrigger.cs
- WorkflowCompensationBehavior.cs
- ExpressionVisitor.cs
- HttpsHostedTransportConfiguration.cs
- CodeParameterDeclarationExpressionCollection.cs
- WmlTextViewAdapter.cs
- SymmetricKeyWrap.cs
- DataGridAddNewRow.cs
- Icon.cs
- ResourcePermissionBaseEntry.cs
- DirectionalLight.cs
- NonParentingControl.cs
- TextContainerChangedEventArgs.cs
- UnmanagedMemoryStreamWrapper.cs
- ScalarOps.cs
- SocketElement.cs
- HtmlInputText.cs
- NumericExpr.cs
- ByteAnimationBase.cs
- DataBindingExpressionBuilder.cs
- StrongName.cs
- PropertyTab.cs
- InputMethodStateChangeEventArgs.cs
- CaseInsensitiveHashCodeProvider.cs
- Emitter.cs
- TriggerAction.cs
- RegexNode.cs
- StylesEditorDialog.cs
- HostingEnvironmentException.cs
- MDIControlStrip.cs
- WindowsListViewItemCheckBox.cs
- CheckBoxPopupAdapter.cs
- CryptoStream.cs
- TreeViewCancelEvent.cs
- CatalogZone.cs
- XmlJsonWriter.cs
- InstanceData.cs
- SurrogateEncoder.cs
- TextView.cs
- XPathNavigator.cs
- BulletChrome.cs
- WorkflowMarkupSerializerMapping.cs
- MetaDataInfo.cs
- SQLStringStorage.cs
- TypeConverters.cs
- NavigationFailedEventArgs.cs
- AccessedThroughPropertyAttribute.cs
- BamlRecords.cs
- DefaultHttpHandler.cs
- AttributeAction.cs
- IteratorFilter.cs
- NGCSerializer.cs
- SiteMap.cs
- ConfigXmlElement.cs
- InfoCardRSAOAEPKeyExchangeDeformatter.cs
- BooleanProjectedSlot.cs
- RemoteWebConfigurationHostServer.cs
- CodePropertyReferenceExpression.cs
- __Filters.cs
- ILGenerator.cs
- EntityDataSourceValidationException.cs
- PreProcessInputEventArgs.cs
- safelinkcollection.cs
- Latin1Encoding.cs
- TcpTransportElement.cs
- RepeatButton.cs
- SafePEFileHandle.cs
- ConfigurationSettings.cs
- ServiceAuthorizationBehavior.cs
- RelationshipWrapper.cs
- loginstatus.cs
- XpsSerializerWriter.cs
- InvalidFilterCriteriaException.cs
- UITypeEditor.cs
- InternalResources.cs
- CloseSequenceResponse.cs
- Line.cs
- IndentedTextWriter.cs
- SamlAssertionKeyIdentifierClause.cs
- SizeKeyFrameCollection.cs
- XpsDigitalSignature.cs
- SystemException.cs
- HtmlFormWrapper.cs
- SchemaManager.cs
- ReachUIElementCollectionSerializer.cs
- ThumbAutomationPeer.cs
- WaitHandle.cs
- XmlCompatibilityReader.cs
- FileDialog_Vista_Interop.cs
- ImageAnimator.cs
- EventLogException.cs
- ExpressionEditorAttribute.cs
- HandleTable.cs
- ProtocolsConfiguration.cs
- Listbox.cs
- StylusDownEventArgs.cs