Notifies the workflow runtime that this workflow instance should abort.
Abort(String)Notifies the workflow runtime that this workflow instance should abort for the specified reason.
AddInitialInstanceValues(IDictionary<XName,Object>)Specifies instance metadata values that are included with the first persistence of a new instance.
BeginCancel(AsyncCallback, Object)Cancels a workflow instance asynchronously using the specified AsyncCallback and user-provided state.
BeginCancel(TimeSpan, AsyncCallback, Object)Cancels a workflow instance asynchronously using the specified time-out interval, AsyncCallback, and user-provided state.
BeginCreateDefaultInstanceOwner(InstanceStore, WorkflowIdentity, WorkflowIdentityFilter, AsyncCallback, Object)Creates a default instance owner asynchronously using the IAsyncResult asynchronous design pattern with specified instance store, definition identity, identity filter, callback and state.
BeginCreateDefaultInstanceOwner(InstanceStore, WorkflowIdentity, WorkflowIdentityFilter, TimeSpan, AsyncCallback, Object)Creates a default instance owner asynchronously using the IAsyncResult asynchronous design pattern with specified instance store, definition identity, identity filter, timeout interval, callback and state.
BeginDeleteDefaultInstanceOwner(InstanceStore, AsyncCallback, Object)Deletes a default instance owner asynchronously using the IAsyncResult asynchronous design pattern with specified instance store, callback, and state.
BeginDeleteDefaultInstanceOwner(InstanceStore, TimeSpan, AsyncCallback, Object)Deletes a default instance owner asynchronously using the IAsyncResult asynchronous design pattern with specified instance store, timeout interval, callback, and state.
BeginFlushTrackingRecords(TimeSpan, AsyncCallback, Object)Called by the workflow runtime to begin sending pending tracking records to tracking participants asynchronously.
(Inherited from WorkflowInstance) BeginGetInstance(Guid, InstanceStore, AsyncCallback, Object)Retrieves an instance owner asynchronously using the IAsyncResult asynchronous design pattern with specified instance identifier, instance store, callback, and state.
BeginGetInstance(Guid, InstanceStore, TimeSpan, AsyncCallback, Object)Retrieves an instance owner asynchronously using the IAsyncResult asynchronous design pattern with specified instance identifier, instance store, timeout interval, callback, and state.
BeginGetRunnableInstance(InstanceStore, AsyncCallback, Object)Retrieves a runnable instance owner asynchronously using the IAsyncResult asynchronous design pattern with specified instance store, callback, and state.
BeginGetRunnableInstance(InstanceStore, TimeSpan, AsyncCallback, Object)Retrieves a runnable instance owner asynchronously using the IAsyncResult asynchronous design pattern with specified instance store, timeout interval, callback, and state.
BeginLoad(Guid, AsyncCallback, Object)Loads a workflow asynchronously from an instance store using the specified instance identifier, callback method, and user-provided state.
BeginLoad(Guid, TimeSpan, AsyncCallback, Object)Loads a workflow asynchronously from an instance store using the specified instance identifier, timeout period, callback method, and user-provided state.
BeginLoad(WorkflowApplicationInstance, AsyncCallback, Object)Loads a workflow asynchronously from an instance store using the IAsyncResult asynchronous design pattern with specified instance, callback and state.
BeginLoad(WorkflowApplicationInstance, DynamicUpdateMap, AsyncCallback, Object)Loads a workflow asynchronously from an instance store using the IAsyncResult asynchronous design pattern with specified instance, update map, callback and state.
BeginLoad(WorkflowApplicationInstance, DynamicUpdateMap, TimeSpan, AsyncCallback, Object)Loads a workflow asynchronously from an instance store using the IAsyncResult asynchronous design pattern with specified instance, update map, timeout interval, callback and state.
BeginLoad(WorkflowApplicationInstance, TimeSpan, AsyncCallback, Object)Loads a workflow asynchronously from an instance store using the IAsyncResult asynchronous design pattern with specified instance, timeout interval, callback and state.
BeginLoadRunnableInstance(AsyncCallback, Object)Initiates an operation to load a runnable workflow instance from the InstanceStore.
BeginLoadRunnableInstance(TimeSpan, AsyncCallback, Object)Initiates an operation to load a runnable workflow instance from the InstanceStore using the specified time-out interval.
BeginPersist(AsyncCallback, Object)Persists a workflow instance to an instance store asynchronously using the specified callback method and user-provided state.
BeginPersist(TimeSpan, AsyncCallback, Object)Persists a workflow instance to an instance store asynchronously using the specified time-out interval, callback method, and user-provided state.
BeginResumeBookmark(Bookmark, Object, AsyncCallback, Object)Initiates an operation to resume a bookmark using the specified value, callback method, and state.
BeginResumeBookmark(Bookmark, Object, TimeSpan, AsyncCallback, Object)Initiates an operation to resume a bookmark using the specified value, time-out interval, callback method, and state.
BeginResumeBookmark(String, Object, AsyncCallback, Object)Initiates an asynchronous operation to resume the bookmark with the specified name, using the specified value, callback method, and state. The bookmark to be resumed is previously created by an activity within the workflow instance.
BeginResumeBookmark(String, Object, TimeSpan, AsyncCallback, Object)Initiates an asynchronous operation to resume the bookmark with the specified name, using the specified value, time-out interval, callback method, and state. The bookmark to be resumed is previously created by an activity within the workflow instance.
BeginRun(AsyncCallback, Object)Starts or resumes a workflow instance asynchronously using the specified callback method and user-provided state.
BeginRun(TimeSpan, AsyncCallback, Object)Starts or resumes a workflow instance asynchronously using the specified time-out interval, callback method, and user-provided state.
BeginTerminate(Exception, AsyncCallback, Object)Terminates a workflow instance asynchronously using the specified exception, callback method, and user-provided state.
BeginTerminate(Exception, TimeSpan, AsyncCallback, Object)Terminates a workflow instance asynchronously using the specified exception, time-out interval, callback method, and user-provided state.
BeginTerminate(String, AsyncCallback, Object)Terminates a workflow instance asynchronously using the specified error message, callback method, and user-provided state.
BeginTerminate(String, TimeSpan, AsyncCallback, Object)Terminates a workflow instance asynchronously using the specified error message, time-out interval, callback method, and user-provided state.
BeginUnload(AsyncCallback, Object)Persists and disposes a workflow instance asynchronously using the specified callback method and user-provided state.
BeginUnload(TimeSpan, AsyncCallback, Object)Persists and disposes a workflow instance asynchronously using the specified time-out interval, callback method, and user-provided state.
Cancel()Cancels the workflow instance.
Cancel(TimeSpan)Cancels the workflow instance using the specified time-out interval.
CreateDefaultInstanceOwner(InstanceStore, WorkflowIdentity, WorkflowIdentityFilter, TimeSpan)Creates a default instance owner for the workflow using specified instance store, definition identity, and identity filter and timeout interval.
CreateDefaultInstanceOwner(InstanceStore, WorkflowIdentity, WorkflowIdentityFilter)Creates a default instance owner for the workflow using specified instance store, definition identity, and identity filter.
DeleteDefaultInstanceOwner(InstanceStore, TimeSpan)Deletes a default instance owner for the workflow with specified instance store and timeout interval.
DeleteDefaultInstanceOwner(InstanceStore)Deletes a default instance owner for the workflow with specified instance store.
DisposeExtensions()Calls Dispose() on all extensions that implement IDisposable.
(Inherited from WorkflowInstance) EndCancel(IAsyncResult)Waits for the pending asynchronous cancel operation to complete.
EndCreateDefaultInstanceOwner(IAsyncResult)Waits for the creation of default instance owner to complete.
EndDeleteDefaultInstanceOwner(IAsyncResult)Waits for the deletion of default instance owner to complete.
EndFlushTrackingRecords(IAsyncResult)Called by the workflow runtime to end the track operation.
(Inherited from WorkflowInstance) EndGetInstance(IAsyncResult)Waits for the instance retrieval to complete.
EndGetRunnableInstance(IAsyncResult)Waits for the asynchronous retrieval of runnable instance operation to complete.
EndLoad(IAsyncResult)Waits for the pending asynchronous load operation to complete.
EndLoadRunnableInstance(IAsyncResult)Waits for the asynchronous load runnable instance operation to complete.
EndPersist(IAsyncResult)Waits for the pending asynchronous persist operation to complete.
EndResumeBookmark(IAsyncResult)Waits for a bookmark resume operation to complete.
EndRun(IAsyncResult)Waits for the pending asynchronous run operation to complete.
EndTerminate(IAsyncResult)Waits for the pending asynchronous terminate operation to complete.
EndUnload(IAsyncResult)Waits for the pending asynchronous unload operation to complete.
Equals(Object)Determines whether the specified object is equal to the current object.
(Inherited from Object) FlushTrackingRecords(TimeSpan)Called by the workflow runtime to send pending tracking records to tracking participants.
(Inherited from WorkflowInstance) GetBookmarks()Returns the collection of bookmarks for the workflow instance.
GetBookmarks(TimeSpan)Returns the collection of bookmarks for the workflow instance using the specified time-out interval.
GetExtension<T>()Returns an extension of the specified type.
(Inherited from WorkflowInstance) GetExtensions<T>()Returns all extensions found for the specified type.
(Inherited from WorkflowInstance) GetHashCode()Serves as the default hash function.
(Inherited from Object) GetInstance(Guid, InstanceStore, TimeSpan)Retrieves the workflow instance using specified instance identifier, instance store and timeout interval.
GetInstance(Guid, InstanceStore)Retrieves the workflow instance using specified instance identifier and instance store.
GetRunnableInstance(InstanceStore, TimeSpan)Retrieves the runnable instance of the workflow with specified instance store and timeout interval.
GetRunnableInstance(InstanceStore)Retrieves the runnable instance of the workflow with specified instance store.
GetType()Gets the Type of the current instance.
(Inherited from Object) Initialize(IDictionary<String,Object>, IList<Handle>)Called by the host to initialize the workflow instance with the argument values and execution properties.
(Inherited from WorkflowInstance) Initialize(Object, DynamicUpdateMap)Called by the host to initialize the workflow instance with the workflow run-time state and update map.
(Inherited from WorkflowInstance) Initialize(Object)Called by the host to initialize the workflow instance with the workflow run-time state.
(Inherited from WorkflowInstance) Load(Guid, TimeSpan)Loads the specified workflow instance into memory from an instance store using the specified time-out interval.
Load(Guid)Loads the specified workflow instance into memory from an instance store.
Load(WorkflowApplicationInstance, DynamicUpdateMap, TimeSpan)Loads a workflow instance from an instance store with specified instance, update map and timeout interval.
Load(WorkflowApplicationInstance, DynamicUpdateMap)Loads a workflow instance from an instance store with specified instance and update map.
Load(WorkflowApplicationInstance, TimeSpan)Loads a workflow instance from an instance store with specified instance and timeout interval.
Load(WorkflowApplicationInstance)Loads a workflow instance from an instance store with specified instance.
LoadRunnableInstance()Loads a runnable workflow instance from the InstanceStore.
LoadRunnableInstance(TimeSpan)Loads a runnable workflow instance from the InstanceStore using the specified time-out interval.
MemberwiseClone()Creates a shallow copy of the current Object.
(Inherited from Object) OnBeginAssociateKeys(ICollection<InstanceKey>, AsyncCallback, Object)Called by the workflow runtime to notify the host that new instance keys should be associated with this instance.
(Inherited from WorkflowInstance) OnBeginFlushTrackingRecords(AsyncCallback, Object)Asynchronous call to ask host to flush pending tracking records to tracking participants.
(Inherited from WorkflowInstance) OnBeginPersist(AsyncCallback, Object)Asynchronous call to ask the host to persist the workflow.
(Inherited from WorkflowInstance) OnBeginResumeBookmark(Bookmark, Object, TimeSpan, AsyncCallback, Object)Called by the workflow runtime to notify the host that a resume bookmark operation is beginning.
(Inherited from WorkflowInstance) OnDisassociateKeys(ICollection<InstanceKey>)Called by the workflow runtime to notify the host that a certain set of instance keys should no longer be associated with this instance.
(Inherited from WorkflowInstance) OnEndAssociateKeys(IAsyncResult)Called by the workflow runtime to notify the host that an associate keys operation is complete.
(Inherited from WorkflowInstance) OnEndFlushTrackingRecords(IAsyncResult)Called by the workflow runtime to notify the host when the flush tracking records operation is complete.
(Inherited from WorkflowInstance) OnEndPersist(IAsyncResult)Called by the workflow runtime to notify the host that a persist operation is complete.
(Inherited from WorkflowInstance) OnEndResumeBookmark(IAsyncResult)Called by the workflow runtime to notify the host that a resume bookmark operation is complete.
(Inherited from WorkflowInstance) OnNotifyPaused()Called by the workflow runtime to notify the host that the workflow instance has transitioned from the running state to the paused state.
(Inherited from WorkflowInstance) OnNotifyUnhandledException(Exception, Activity, String)Called by the workflow runtime to notify the host an unhandled exception has occurred in the workflow instance.
(Inherited from WorkflowInstance) OnRequestAbort(Exception)Called by the workflow runtime to notify the host that an abort operation has been requested for the workflow instance.
(Inherited from WorkflowInstance) Persist()Persists a workflow instance to an instance store.
Persist(TimeSpan)Persists a workflow instance to an instance store using the specified time-out interval.
RegisterExtensionManager(WorkflowInstanceExtensionManager)Called by the host to register the specified extension manager, validate that all required extensions are present, and to initialize the collection of extensions to be used.
(Inherited from WorkflowInstance) ResumeBookmark(Bookmark, Object, TimeSpan)Initiates an operation to resume the specified bookmark, using the specified value and time-out interval. The bookmark to be resumed is previously created by an activity within the workflow instance.
ResumeBookmark(Bookmark, Object)Initiates an operation to resume the specified bookmark, using the specified value. The bookmark to be resumed is previously created by an activity within the workflow instance.
ResumeBookmark(String, Object, TimeSpan)Initiates an operation to resume the bookmark with the specified name, using the specified value and time-out interval. The bookmark to be resumed is previously created by an activity within the workflow instance.
ResumeBookmark(String, Object)Initiates an operation to resume the bookmark with the specified name, using the specified value. The bookmark to be resumed is previously created by an activity within the workflow instance.
Run()Begins or resumes the execution of a workflow instance.
Run(TimeSpan)Begins or resumes the execution of a workflow instance using the specified time-out interval.
Terminate(Exception, TimeSpan)Terminates a workflow instance using the specified exception and time-out interval.
Terminate(Exception)Terminates a workflow instance using the specified exception.
Terminate(String, TimeSpan)Terminates a workflow instance using the specified error message and time-out interval.
Terminate(String)Terminates a workflow instance using the specified error message.
ThrowIfReadOnly()Throws an InvalidOperationException if the workflow instance has been initialized, as determined by IsReadOnly.
(Inherited from WorkflowInstance) ToString()Returns a string that represents the current object.
(Inherited from Object) Unload()Persists and unloads a workflow instance.
Unload(TimeSpan)Persists and unloads a workflow instance using the specified time-out interval.
RetroSearch is an open source project built by @garambo | Open a GitHub Issue
Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo
HTML:
3.2
| Encoding:
UTF-8
| Version:
0.7.4