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
- SimpleLine.cs
- DefaultBinder.cs
- OpenFileDialog.cs
- DebugView.cs
- SimpleLine.cs
- InvokeHandlers.cs
- ProtocolsConfigurationEntry.cs
- ResolvedKeyFrameEntry.cs
- RuntimeVariableList.cs
- ChooseAction.cs
- BuildResult.cs
- MatrixCamera.cs
- KerberosTicketHashIdentifierClause.cs
- NativeRightsManagementAPIsStructures.cs
- NullReferenceException.cs
- TypeNameConverter.cs
- ToolStripItemCollection.cs
- HwndSourceKeyboardInputSite.cs
- PropertyMapper.cs
- EmptyEnumerator.cs
- CharStorage.cs
- URLAttribute.cs
- WmfPlaceableFileHeader.cs
- ExclusiveCanonicalizationTransform.cs
- DataContractSerializerOperationFormatter.cs
- SiteMapHierarchicalDataSourceView.cs
- CompositeControl.cs
- PersianCalendar.cs
- ColumnWidthChangingEvent.cs
- SoapEnumAttribute.cs
- SizeAnimationBase.cs
- NullableFloatAverageAggregationOperator.cs
- _StreamFramer.cs
- HtmlTitle.cs
- CompensationHandlingFilter.cs
- SapiInterop.cs
- Rijndael.cs
- Vector3DAnimationBase.cs
- InstanceDataCollectionCollection.cs
- MenuTracker.cs
- ViewSimplifier.cs
- TagMapCollection.cs
- FixedLineResult.cs
- SerializationEventsCache.cs
- GridViewActionList.cs
- IdleTimeoutMonitor.cs
- ClrProviderManifest.cs
- ItemMap.cs
- Freezable.cs
- XmlNamespaceMappingCollection.cs
- formatter.cs
- GacUtil.cs
- ModuleBuilderData.cs
- QueryOpeningEnumerator.cs
- AdornerLayer.cs
- XmlSchemaComplexType.cs
- MeshGeometry3D.cs
- ScriptControlDescriptor.cs
- DirectionalLight.cs
- XmlElementCollection.cs
- Random.cs
- DBPropSet.cs
- EntityConnection.cs
- StrokeDescriptor.cs
- DockPattern.cs
- ComponentEditorForm.cs
- Timer.cs
- ListSortDescriptionCollection.cs
- ResourceCodeDomSerializer.cs
- TrackBar.cs
- CodeIdentifier.cs
- UnauthorizedAccessException.cs
- SpecularMaterial.cs
- XsltArgumentList.cs
- Interlocked.cs
- ObjectItemCachedAssemblyLoader.cs
- ConfigXmlReader.cs
- HttpServerVarsCollection.cs
- ListChangedEventArgs.cs
- WebPartTransformerAttribute.cs
- XmlSchemaInclude.cs
- XmlWriterSettings.cs
- METAHEADER.cs
- SystemIPInterfaceStatistics.cs
- ProxyFragment.cs
- StrokeRenderer.cs
- MailDefinitionBodyFileNameEditor.cs
- Ppl.cs
- QueryableDataSourceHelper.cs
- CategoryAttribute.cs
- Processor.cs
- XsdDateTime.cs
- CompositeControl.cs
- State.cs
- DetailsViewModeEventArgs.cs
- PasswordRecovery.cs
- MultiPageTextView.cs
- ListViewItem.cs
- CapabilitiesAssignment.cs
- ColorConvertedBitmapExtension.cs