Show / Hide Table of Contents

Class WorkflowApplication

Inheritance
System.Object
WorkflowInstance
WorkflowApplication
Inherited Members
WorkflowInstance.GetExtension<T>()
WorkflowInstance.GetExtensions<T>()
WorkflowInstance.RegisterExtensionManager(WorkflowInstanceExtensionManager)
WorkflowInstance.DisposeExtensions()
WorkflowInstance.Initialize(IDictionary<String, Object>, IList<Handle>)
WorkflowInstance.Initialize(Object)
WorkflowInstance.ThrowIfReadOnly()
WorkflowInstance.FlushTrackingRecords(TimeSpan)
WorkflowInstance.BeginFlushTrackingRecords(TimeSpan, AsyncCallback, Object)
WorkflowInstance.EndFlushTrackingRecords(IAsyncResult)
WorkflowInstance.OnBeginFlushTrackingRecords(AsyncCallback, Object)
WorkflowInstance.OnEndFlushTrackingRecords(IAsyncResult)
WorkflowInstance.SynchronizationContext
WorkflowInstance.HostEnvironment
WorkflowInstance.WorkflowDefinition
WorkflowInstance.DefinitionIdentity
WorkflowInstance.IsReadOnly
WorkflowInstance.Controller
Namespace: System.Activities
Assembly: System.Activities.dll
Syntax
public sealed class WorkflowApplication : WorkflowInstance

Constructors

WorkflowApplication(Activity)

Declaration
public WorkflowApplication(Activity workflowDefinition)
Parameters
Activity workflowDefinition

WorkflowApplication(Activity, WorkflowIdentity)

Declaration
public WorkflowApplication(Activity workflowDefinition, WorkflowIdentity definitionIdentity)
Parameters
Activity workflowDefinition

WorkflowIdentity definitionIdentity

WorkflowApplication(Activity, IDictionary<String, Object>)

Declaration
public WorkflowApplication(Activity workflowDefinition, IDictionary<string, object> inputs)
Parameters
Activity workflowDefinition

System.Collections.Generic.IDictionary<System.String, System.Object> inputs

WorkflowApplication(Activity, IDictionary<String, Object>, WorkflowIdentity)

Declaration
public WorkflowApplication(Activity workflowDefinition, IDictionary<string, object> inputs, WorkflowIdentity definitionIdentity)
Parameters
Activity workflowDefinition

System.Collections.Generic.IDictionary<System.String, System.Object> inputs

WorkflowIdentity definitionIdentity

Properties

Aborted

Declaration
public Action<WorkflowApplicationAbortedEventArgs> Aborted { get; set; }
Property Value
System.Action<WorkflowApplicationAbortedEventArgs>

Completed

Declaration
public Action<WorkflowApplicationCompletedEventArgs> Completed { get; set; }
Property Value
System.Action<WorkflowApplicationCompletedEventArgs>

Extensions

Declaration
public WorkflowInstanceExtensionManager Extensions { get; }
Property Value
WorkflowInstanceExtensionManager

Id

Declaration
public override Guid Id { get; }
Property Value
System.Guid

Overrides
WorkflowInstance.Id

Idle

Declaration
public Action<WorkflowApplicationIdleEventArgs> Idle { get; set; }
Property Value
System.Action<WorkflowApplicationIdleEventArgs>

InstanceStore

Declaration
public InstanceStore InstanceStore { get; set; }
Property Value
InstanceStore

OnUnhandledException

Declaration
public Func<WorkflowApplicationUnhandledExceptionEventArgs, UnhandledExceptionAction> OnUnhandledException { get; set; }
Property Value
System.Func<WorkflowApplicationUnhandledExceptionEventArgs, UnhandledExceptionAction>

PersistableIdle

Declaration
public Func<WorkflowApplicationIdleEventArgs, PersistableIdleAction> PersistableIdle { get; set; }
Property Value
System.Func<WorkflowApplicationIdleEventArgs, PersistableIdleAction>

SupportsInstanceKeys

Declaration
protected override bool SupportsInstanceKeys { get; }
Property Value
System.Boolean

Overrides
WorkflowInstance.SupportsInstanceKeys

Unloaded

Declaration
public Action<WorkflowApplicationEventArgs> Unloaded { get; set; }
Property Value
System.Action<WorkflowApplicationEventArgs>

Methods

Abort()

Declaration
public void Abort()

Abort(String)

Declaration
public void Abort(string reason)
Parameters
System.String reason

AddInitialInstanceValues(IDictionary<XName, Object>)

Declaration
public void AddInitialInstanceValues(IDictionary<XName, object> writeOnlyValues)
Parameters
System.Collections.Generic.IDictionary<System.Xml.Linq.XName, System.Object> writeOnlyValues

BeginCancel(AsyncCallback, Object)

Declaration
public IAsyncResult BeginCancel(AsyncCallback callback, object state)
Parameters
System.AsyncCallback callback

System.Object state

Returns
System.IAsyncResult

BeginCancel(TimeSpan, AsyncCallback, Object)

Declaration
public IAsyncResult BeginCancel(TimeSpan timeout, AsyncCallback callback, object state)
Parameters
System.TimeSpan timeout

System.AsyncCallback callback

System.Object state

Returns
System.IAsyncResult

BeginCreateDefaultInstanceOwner(InstanceStore, WorkflowIdentity, WorkflowIdentityFilter, AsyncCallback, Object)

Declaration
public static IAsyncResult BeginCreateDefaultInstanceOwner(InstanceStore instanceStore, WorkflowIdentity definitionIdentity, WorkflowIdentityFilter identityFilter, AsyncCallback callback, object state)
Parameters
InstanceStore instanceStore

WorkflowIdentity definitionIdentity

WorkflowIdentityFilter identityFilter

System.AsyncCallback callback

System.Object state

Returns
System.IAsyncResult

BeginCreateDefaultInstanceOwner(InstanceStore, WorkflowIdentity, WorkflowIdentityFilter, TimeSpan, AsyncCallback, Object)

Declaration
public static IAsyncResult BeginCreateDefaultInstanceOwner(InstanceStore instanceStore, WorkflowIdentity definitionIdentity, WorkflowIdentityFilter identityFilter, TimeSpan timeout, AsyncCallback callback, object state)
Parameters
InstanceStore instanceStore

WorkflowIdentity definitionIdentity

WorkflowIdentityFilter identityFilter

System.TimeSpan timeout

System.AsyncCallback callback

System.Object state

Returns
System.IAsyncResult

BeginDeleteDefaultInstanceOwner(InstanceStore, AsyncCallback, Object)

Declaration
public static IAsyncResult BeginDeleteDefaultInstanceOwner(InstanceStore instanceStore, AsyncCallback callback, object state)
Parameters
InstanceStore instanceStore

System.AsyncCallback callback

System.Object state

Returns
System.IAsyncResult

BeginDeleteDefaultInstanceOwner(InstanceStore, TimeSpan, AsyncCallback, Object)

Declaration
public static IAsyncResult BeginDeleteDefaultInstanceOwner(InstanceStore instanceStore, TimeSpan timeout, AsyncCallback callback, object state)
Parameters
InstanceStore instanceStore

System.TimeSpan timeout

System.AsyncCallback callback

System.Object state

Returns
System.IAsyncResult

BeginGetInstance(Guid, InstanceStore, AsyncCallback, Object)

Declaration
public static IAsyncResult BeginGetInstance(Guid instanceId, InstanceStore instanceStore, AsyncCallback callback, object state)
Parameters
System.Guid instanceId

InstanceStore instanceStore

System.AsyncCallback callback

System.Object state

Returns
System.IAsyncResult

BeginGetInstance(Guid, InstanceStore, TimeSpan, AsyncCallback, Object)

Declaration
public static IAsyncResult BeginGetInstance(Guid instanceId, InstanceStore instanceStore, TimeSpan timeout, AsyncCallback callback, object state)
Parameters
System.Guid instanceId

InstanceStore instanceStore

System.TimeSpan timeout

System.AsyncCallback callback

System.Object state

Returns
System.IAsyncResult

BeginGetRunnableInstance(InstanceStore, AsyncCallback, Object)

Declaration
public static IAsyncResult BeginGetRunnableInstance(InstanceStore instanceStore, AsyncCallback callback, object state)
Parameters
InstanceStore instanceStore

System.AsyncCallback callback

System.Object state

Returns
System.IAsyncResult

BeginGetRunnableInstance(InstanceStore, TimeSpan, AsyncCallback, Object)

Declaration
public static IAsyncResult BeginGetRunnableInstance(InstanceStore instanceStore, TimeSpan timeout, AsyncCallback callback, object state)
Parameters
InstanceStore instanceStore

System.TimeSpan timeout

System.AsyncCallback callback

System.Object state

Returns
System.IAsyncResult

BeginLoad(WorkflowApplicationInstance, AsyncCallback, Object)

Declaration
public IAsyncResult BeginLoad(WorkflowApplicationInstance instance, AsyncCallback callback, object state)
Parameters
WorkflowApplicationInstance instance

System.AsyncCallback callback

System.Object state

Returns
System.IAsyncResult

BeginLoad(WorkflowApplicationInstance, TimeSpan, AsyncCallback, Object)

Declaration
public IAsyncResult BeginLoad(WorkflowApplicationInstance instance, TimeSpan timeout, AsyncCallback callback, object state)
Parameters
WorkflowApplicationInstance instance

System.TimeSpan timeout

System.AsyncCallback callback

System.Object state

Returns
System.IAsyncResult

BeginLoad(Guid, AsyncCallback, Object)

Declaration
public IAsyncResult BeginLoad(Guid instanceId, AsyncCallback callback, object state)
Parameters
System.Guid instanceId

System.AsyncCallback callback

System.Object state

Returns
System.IAsyncResult

BeginLoad(Guid, TimeSpan, AsyncCallback, Object)

Declaration
public IAsyncResult BeginLoad(Guid instanceId, TimeSpan timeout, AsyncCallback callback, object state)
Parameters
System.Guid instanceId

System.TimeSpan timeout

System.AsyncCallback callback

System.Object state

Returns
System.IAsyncResult

BeginLoadRunnableInstance(AsyncCallback, Object)

Declaration
public IAsyncResult BeginLoadRunnableInstance(AsyncCallback callback, object state)
Parameters
System.AsyncCallback callback

System.Object state

Returns
System.IAsyncResult

BeginLoadRunnableInstance(TimeSpan, AsyncCallback, Object)

Declaration
public IAsyncResult BeginLoadRunnableInstance(TimeSpan timeout, AsyncCallback callback, object state)
Parameters
System.TimeSpan timeout

System.AsyncCallback callback

System.Object state

Returns
System.IAsyncResult

BeginPersist(AsyncCallback, Object)

Declaration
public IAsyncResult BeginPersist(AsyncCallback callback, object state)
Parameters
System.AsyncCallback callback

System.Object state

Returns
System.IAsyncResult

BeginPersist(TimeSpan, AsyncCallback, Object)

Declaration
public IAsyncResult BeginPersist(TimeSpan timeout, AsyncCallback callback, object state)
Parameters
System.TimeSpan timeout

System.AsyncCallback callback

System.Object state

Returns
System.IAsyncResult

BeginResumeBookmark(Bookmark, Object, AsyncCallback, Object)

Declaration
public IAsyncResult BeginResumeBookmark(Bookmark bookmark, object value, AsyncCallback callback, object state)
Parameters
Bookmark bookmark

System.Object value

System.AsyncCallback callback

System.Object state

Returns
System.IAsyncResult

BeginResumeBookmark(Bookmark, Object, TimeSpan, AsyncCallback, Object)

Declaration
public IAsyncResult BeginResumeBookmark(Bookmark bookmark, object value, TimeSpan timeout, AsyncCallback callback, object state)
Parameters
Bookmark bookmark

System.Object value

System.TimeSpan timeout

System.AsyncCallback callback

System.Object state

Returns
System.IAsyncResult

BeginResumeBookmark(String, Object, AsyncCallback, Object)

Declaration
public IAsyncResult BeginResumeBookmark(string bookmarkName, object value, AsyncCallback callback, object state)
Parameters
System.String bookmarkName

System.Object value

System.AsyncCallback callback

System.Object state

Returns
System.IAsyncResult

BeginResumeBookmark(String, Object, TimeSpan, AsyncCallback, Object)

Declaration
public IAsyncResult BeginResumeBookmark(string bookmarkName, object value, TimeSpan timeout, AsyncCallback callback, object state)
Parameters
System.String bookmarkName

System.Object value

System.TimeSpan timeout

System.AsyncCallback callback

System.Object state

Returns
System.IAsyncResult

BeginRun(AsyncCallback, Object)

Declaration
public IAsyncResult BeginRun(AsyncCallback callback, object state)
Parameters
System.AsyncCallback callback

System.Object state

Returns
System.IAsyncResult

BeginRun(TimeSpan, AsyncCallback, Object)

Declaration
public IAsyncResult BeginRun(TimeSpan timeout, AsyncCallback callback, object state)
Parameters
System.TimeSpan timeout

System.AsyncCallback callback

System.Object state

Returns
System.IAsyncResult

BeginTerminate(Exception, AsyncCallback, Object)

Declaration
public IAsyncResult BeginTerminate(Exception reason, AsyncCallback callback, object state)
Parameters
System.Exception reason

System.AsyncCallback callback

System.Object state

Returns
System.IAsyncResult

BeginTerminate(Exception, TimeSpan, AsyncCallback, Object)

Declaration
public IAsyncResult BeginTerminate(Exception reason, TimeSpan timeout, AsyncCallback callback, object state)
Parameters
System.Exception reason

System.TimeSpan timeout

System.AsyncCallback callback

System.Object state

Returns
System.IAsyncResult

BeginTerminate(String, AsyncCallback, Object)

Declaration
public IAsyncResult BeginTerminate(string reason, AsyncCallback callback, object state)
Parameters
System.String reason

System.AsyncCallback callback

System.Object state

Returns
System.IAsyncResult

BeginTerminate(String, TimeSpan, AsyncCallback, Object)

Declaration
public IAsyncResult BeginTerminate(string reason, TimeSpan timeout, AsyncCallback callback, object state)
Parameters
System.String reason

System.TimeSpan timeout

System.AsyncCallback callback

System.Object state

Returns
System.IAsyncResult

BeginUnload(AsyncCallback, Object)

Declaration
public IAsyncResult BeginUnload(AsyncCallback callback, object state)
Parameters
System.AsyncCallback callback

System.Object state

Returns
System.IAsyncResult

BeginUnload(TimeSpan, AsyncCallback, Object)

Declaration
public IAsyncResult BeginUnload(TimeSpan timeout, AsyncCallback callback, object state)
Parameters
System.TimeSpan timeout

System.AsyncCallback callback

System.Object state

Returns
System.IAsyncResult

Cancel()

Declaration
public void Cancel()

Cancel(TimeSpan)

Declaration
public void Cancel(TimeSpan timeout)
Parameters
System.TimeSpan timeout

CreateDefaultInstanceOwner(InstanceStore, WorkflowIdentity, WorkflowIdentityFilter)

Declaration
public static void CreateDefaultInstanceOwner(InstanceStore instanceStore, WorkflowIdentity definitionIdentity, WorkflowIdentityFilter identityFilter)
Parameters
InstanceStore instanceStore

WorkflowIdentity definitionIdentity

WorkflowIdentityFilter identityFilter

CreateDefaultInstanceOwner(InstanceStore, WorkflowIdentity, WorkflowIdentityFilter, TimeSpan)

Declaration
public static void CreateDefaultInstanceOwner(InstanceStore instanceStore, WorkflowIdentity definitionIdentity, WorkflowIdentityFilter identityFilter, TimeSpan timeout)
Parameters
InstanceStore instanceStore

WorkflowIdentity definitionIdentity

WorkflowIdentityFilter identityFilter

System.TimeSpan timeout

DeleteDefaultInstanceOwner(InstanceStore)

Declaration
public static void DeleteDefaultInstanceOwner(InstanceStore instanceStore)
Parameters
InstanceStore instanceStore

DeleteDefaultInstanceOwner(InstanceStore, TimeSpan)

Declaration
public static void DeleteDefaultInstanceOwner(InstanceStore instanceStore, TimeSpan timeout)
Parameters
InstanceStore instanceStore

System.TimeSpan timeout

EndCancel(IAsyncResult)

Declaration
public void EndCancel(IAsyncResult result)
Parameters
System.IAsyncResult result

EndCreateDefaultInstanceOwner(IAsyncResult)

Declaration
public static void EndCreateDefaultInstanceOwner(IAsyncResult asyncResult)
Parameters
System.IAsyncResult asyncResult

EndDeleteDefaultInstanceOwner(IAsyncResult)

Declaration
public static void EndDeleteDefaultInstanceOwner(IAsyncResult asyncResult)
Parameters
System.IAsyncResult asyncResult

EndGetInstance(IAsyncResult)

Declaration
public static WorkflowApplicationInstance EndGetInstance(IAsyncResult asyncResult)
Parameters
System.IAsyncResult asyncResult

Returns
WorkflowApplicationInstance

EndGetRunnableInstance(IAsyncResult)

Declaration
public static WorkflowApplicationInstance EndGetRunnableInstance(IAsyncResult asyncResult)
Parameters
System.IAsyncResult asyncResult

Returns
WorkflowApplicationInstance

EndLoad(IAsyncResult)

Declaration
public void EndLoad(IAsyncResult result)
Parameters
System.IAsyncResult result

EndLoadRunnableInstance(IAsyncResult)

Declaration
public void EndLoadRunnableInstance(IAsyncResult result)
Parameters
System.IAsyncResult result

EndPersist(IAsyncResult)

Declaration
public void EndPersist(IAsyncResult result)
Parameters
System.IAsyncResult result

EndResumeBookmark(IAsyncResult)

Declaration
public BookmarkResumptionResult EndResumeBookmark(IAsyncResult result)
Parameters
System.IAsyncResult result

Returns
BookmarkResumptionResult

EndRun(IAsyncResult)

Declaration
public void EndRun(IAsyncResult result)
Parameters
System.IAsyncResult result

EndTerminate(IAsyncResult)

Declaration
public void EndTerminate(IAsyncResult result)
Parameters
System.IAsyncResult result

EndUnload(IAsyncResult)

Declaration
public void EndUnload(IAsyncResult result)
Parameters
System.IAsyncResult result

GetBookmarks()

Declaration
public ReadOnlyCollection<BookmarkInfo> GetBookmarks()
Returns
System.Collections.ObjectModel.ReadOnlyCollection<BookmarkInfo>

GetBookmarks(TimeSpan)

Declaration
public ReadOnlyCollection<BookmarkInfo> GetBookmarks(TimeSpan timeout)
Parameters
System.TimeSpan timeout

Returns
System.Collections.ObjectModel.ReadOnlyCollection<BookmarkInfo>

GetInstance(Guid, InstanceStore)

Declaration
public static WorkflowApplicationInstance GetInstance(Guid instanceId, InstanceStore instanceStore)
Parameters
System.Guid instanceId

InstanceStore instanceStore

Returns
WorkflowApplicationInstance

GetInstance(Guid, InstanceStore, TimeSpan)

Declaration
public static WorkflowApplicationInstance GetInstance(Guid instanceId, InstanceStore instanceStore, TimeSpan timeout)
Parameters
System.Guid instanceId

InstanceStore instanceStore

System.TimeSpan timeout

Returns
WorkflowApplicationInstance

GetRunnableInstance(InstanceStore)

Declaration
public static WorkflowApplicationInstance GetRunnableInstance(InstanceStore instanceStore)
Parameters
InstanceStore instanceStore

Returns
WorkflowApplicationInstance

GetRunnableInstance(InstanceStore, TimeSpan)

Declaration
public static WorkflowApplicationInstance GetRunnableInstance(InstanceStore instanceStore, TimeSpan timeout)
Parameters
InstanceStore instanceStore

System.TimeSpan timeout

Returns
WorkflowApplicationInstance

Load(WorkflowApplicationInstance)

Declaration
public void Load(WorkflowApplicationInstance instance)
Parameters
WorkflowApplicationInstance instance

Load(WorkflowApplicationInstance, TimeSpan)

Declaration
public void Load(WorkflowApplicationInstance instance, TimeSpan timeout)
Parameters
WorkflowApplicationInstance instance

System.TimeSpan timeout

Load(Guid)

Declaration
public void Load(Guid instanceId)
Parameters
System.Guid instanceId

Load(Guid, TimeSpan)

Declaration
public void Load(Guid instanceId, TimeSpan timeout)
Parameters
System.Guid instanceId

System.TimeSpan timeout

LoadRunnableInstance()

Declaration
public void LoadRunnableInstance()

LoadRunnableInstance(TimeSpan)

Declaration
public void LoadRunnableInstance(TimeSpan timeout)
Parameters
System.TimeSpan timeout

OnBeginAssociateKeys(ICollection<InstanceKey>, AsyncCallback, Object)

Declaration
protected override IAsyncResult OnBeginAssociateKeys(ICollection<InstanceKey> keys, AsyncCallback callback, object state)
Parameters
System.Collections.Generic.ICollection<InstanceKey> keys

System.AsyncCallback callback

System.Object state

Returns
System.IAsyncResult

Overrides
WorkflowInstance.OnBeginAssociateKeys(ICollection<InstanceKey>, AsyncCallback, Object)

OnBeginPersist(AsyncCallback, Object)

Declaration
protected override IAsyncResult OnBeginPersist(AsyncCallback callback, object state)
Parameters
System.AsyncCallback callback

System.Object state

Returns
System.IAsyncResult

Overrides
WorkflowInstance.OnBeginPersist(AsyncCallback, Object)

OnBeginResumeBookmark(Bookmark, Object, TimeSpan, AsyncCallback, Object)

Declaration
protected override IAsyncResult OnBeginResumeBookmark(Bookmark bookmark, object value, TimeSpan timeout, AsyncCallback callback, object state)
Parameters
Bookmark bookmark

System.Object value

System.TimeSpan timeout

System.AsyncCallback callback

System.Object state

Returns
System.IAsyncResult

Overrides
WorkflowInstance.OnBeginResumeBookmark(Bookmark, Object, TimeSpan, AsyncCallback, Object)

OnDisassociateKeys(ICollection<InstanceKey>)

Declaration
protected override void OnDisassociateKeys(ICollection<InstanceKey> keys)
Parameters
System.Collections.Generic.ICollection<InstanceKey> keys

Overrides
WorkflowInstance.OnDisassociateKeys(ICollection<InstanceKey>)

OnEndAssociateKeys(IAsyncResult)

Declaration
protected override void OnEndAssociateKeys(IAsyncResult result)
Parameters
System.IAsyncResult result

Overrides
WorkflowInstance.OnEndAssociateKeys(IAsyncResult)

OnEndPersist(IAsyncResult)

Declaration
protected override void OnEndPersist(IAsyncResult result)
Parameters
System.IAsyncResult result

Overrides
WorkflowInstance.OnEndPersist(IAsyncResult)

OnEndResumeBookmark(IAsyncResult)

Declaration
protected override BookmarkResumptionResult OnEndResumeBookmark(IAsyncResult result)
Parameters
System.IAsyncResult result

Returns
BookmarkResumptionResult

Overrides
WorkflowInstance.OnEndResumeBookmark(IAsyncResult)

OnNotifyPaused()

Declaration
protected override void OnNotifyPaused()
Overrides
WorkflowInstance.OnNotifyPaused()

OnNotifyUnhandledException(Exception, Activity, String)

Declaration
protected override void OnNotifyUnhandledException(Exception exception, Activity exceptionSource, string exceptionSourceInstanceId)
Parameters
System.Exception exception

Activity exceptionSource

System.String exceptionSourceInstanceId

Overrides
WorkflowInstance.OnNotifyUnhandledException(Exception, Activity, String)

OnRequestAbort(Exception)

Declaration
protected override void OnRequestAbort(Exception reason)
Parameters
System.Exception reason

Overrides
WorkflowInstance.OnRequestAbort(Exception)

Persist()

Declaration
public void Persist()

Persist(TimeSpan)

Declaration
public void Persist(TimeSpan timeout)
Parameters
System.TimeSpan timeout

ResumeBookmark(Bookmark, Object)

Declaration
public BookmarkResumptionResult ResumeBookmark(Bookmark bookmark, object value)
Parameters
Bookmark bookmark

System.Object value

Returns
BookmarkResumptionResult

ResumeBookmark(Bookmark, Object, TimeSpan)

Declaration
public BookmarkResumptionResult ResumeBookmark(Bookmark bookmark, object value, TimeSpan timeout)
Parameters
Bookmark bookmark

System.Object value

System.TimeSpan timeout

Returns
BookmarkResumptionResult

ResumeBookmark(String, Object)

Declaration
public BookmarkResumptionResult ResumeBookmark(string bookmarkName, object value)
Parameters
System.String bookmarkName

System.Object value

Returns
BookmarkResumptionResult

ResumeBookmark(String, Object, TimeSpan)

Declaration
public BookmarkResumptionResult ResumeBookmark(string bookmarkName, object value, TimeSpan timeout)
Parameters
System.String bookmarkName

System.Object value

System.TimeSpan timeout

Returns
BookmarkResumptionResult

Run()

Declaration
public void Run()

Run(TimeSpan)

Declaration
public void Run(TimeSpan timeout)
Parameters
System.TimeSpan timeout

Terminate(Exception)

Declaration
public void Terminate(Exception reason)
Parameters
System.Exception reason

Terminate(Exception, TimeSpan)

Declaration
public void Terminate(Exception reason, TimeSpan timeout)
Parameters
System.Exception reason

System.TimeSpan timeout

Terminate(String)

Declaration
public void Terminate(string reason)
Parameters
System.String reason

Terminate(String, TimeSpan)

Declaration
public void Terminate(string reason, TimeSpan timeout)
Parameters
System.String reason

System.TimeSpan timeout

Unload()

Declaration
public void Unload()

Unload(TimeSpan)

Declaration
public void Unload(TimeSpan timeout)
Parameters
System.TimeSpan timeout

Back to top Generated by DocFX