WorkflowApplication
WorkflowApplication(Activity)
WorkflowApplication(Activity, WorkflowIdentity)
WorkflowApplication(Activity, IDictionary<String, Object>)
WorkflowApplication(Activity, IDictionary<String, Object>, WorkflowIdentity)
Aborted
Completed
Extensions
Id
Idle
InstanceStore
OnUnhandledException
PersistableIdle
SupportsInstanceKeys
Unloaded
Abort()
Abort(String)
AddInitialInstanceValues(IDictionary<XName, Object>)
BeginCancel(AsyncCallback, Object)
BeginCancel(TimeSpan, AsyncCallback, Object)
BeginCreateDefaultInstanceOwner(InstanceStore, WorkflowIdentity, WorkflowIdentityFilter, AsyncCallback, Object)
BeginCreateDefaultInstanceOwner(InstanceStore, WorkflowIdentity, WorkflowIdentityFilter, TimeSpan, AsyncCallback, Object)
BeginDeleteDefaultInstanceOwner(InstanceStore, AsyncCallback, Object)
BeginDeleteDefaultInstanceOwner(InstanceStore, TimeSpan, AsyncCallback, Object)
BeginGetInstance(Guid, InstanceStore, AsyncCallback, Object)
BeginGetInstance(Guid, InstanceStore, TimeSpan, AsyncCallback, Object)
BeginGetRunnableInstance(InstanceStore, AsyncCallback, Object)
BeginGetRunnableInstance(InstanceStore, TimeSpan, AsyncCallback, Object)
BeginLoad(Guid, AsyncCallback, Object)
BeginLoad(WorkflowApplicationInstance, AsyncCallback, Object)
BeginLoad(Guid, TimeSpan, AsyncCallback, Object)
BeginLoad(WorkflowApplicationInstance, DynamicUpdateMap, AsyncCallback, Object)
BeginLoad(WorkflowApplicationInstance, TimeSpan, AsyncCallback, Object)
BeginLoad(WorkflowApplicationInstance, DynamicUpdateMap, TimeSpan, AsyncCallback, Object)
BeginLoadRunnableInstance(AsyncCallback, Object)
BeginLoadRunnableInstance(TimeSpan, AsyncCallback, Object)
BeginPersist(AsyncCallback, Object)
BeginPersist(TimeSpan, AsyncCallback, Object)
BeginResumeBookmark(Bookmark, Object, AsyncCallback, Object)
BeginResumeBookmark(String, Object, AsyncCallback, Object)
BeginResumeBookmark(Bookmark, Object, TimeSpan, AsyncCallback, Object)
BeginResumeBookmark(String, Object, TimeSpan, AsyncCallback, Object)
BeginRun(AsyncCallback, Object)
BeginRun(TimeSpan, AsyncCallback, Object)
BeginTerminate(Exception, AsyncCallback, Object)
BeginTerminate(String, AsyncCallback, Object)
BeginTerminate(Exception, TimeSpan, AsyncCallback, Object)
BeginTerminate(String, TimeSpan, AsyncCallback, Object)
BeginUnload(AsyncCallback, Object)
BeginUnload(TimeSpan, AsyncCallback, Object)
Cancel()
Cancel(TimeSpan)
CreateDefaultInstanceOwner(InstanceStore, WorkflowIdentity, WorkflowIdentityFilter)
CreateDefaultInstanceOwner(InstanceStore, WorkflowIdentity, WorkflowIdentityFilter, TimeSpan)
DeleteDefaultInstanceOwner(InstanceStore)
DeleteDefaultInstanceOwner(InstanceStore, TimeSpan)
EndCancel(IAsyncResult)
EndCreateDefaultInstanceOwner(IAsyncResult)
EndDeleteDefaultInstanceOwner(IAsyncResult)
EndGetInstance(IAsyncResult)
EndGetRunnableInstance(IAsyncResult)
EndLoad(IAsyncResult)
EndLoadRunnableInstance(IAsyncResult)
EndPersist(IAsyncResult)
EndResumeBookmark(IAsyncResult)
EndRun(IAsyncResult)
EndTerminate(IAsyncResult)
EndUnload(IAsyncResult)
GetBookmarks()
GetBookmarks(TimeSpan)
GetInstance(Guid, InstanceStore)
GetInstance(Guid, InstanceStore, TimeSpan)
GetRunnableInstance(InstanceStore)
GetRunnableInstance(InstanceStore, TimeSpan)
Load(Guid)
Load(WorkflowApplicationInstance)
Load(Guid, TimeSpan)
Load(WorkflowApplicationInstance, DynamicUpdateMap)
Load(WorkflowApplicationInstance, TimeSpan)
Load(WorkflowApplicationInstance, DynamicUpdateMap, TimeSpan)
LoadRunnableInstance()
LoadRunnableInstance(TimeSpan)
OnBeginAssociateKeys(ICollection<InstanceKey>, AsyncCallback, Object)
OnBeginPersist(AsyncCallback, Object)
OnBeginResumeBookmark(Bookmark, Object, TimeSpan, AsyncCallback, Object)
OnDisassociateKeys(ICollection<InstanceKey>)
OnEndAssociateKeys(IAsyncResult)
OnEndPersist(IAsyncResult)
OnEndResumeBookmark(IAsyncResult)
OnNotifyPaused()
OnNotifyUnhandledException(Exception, Activity, String)
OnRequestAbort(Exception)
Persist()
Persist(TimeSpan)
ResumeBookmark(Bookmark, Object)
ResumeBookmark(String, Object)
ResumeBookmark(Bookmark, Object, TimeSpan)
ResumeBookmark(String, Object, TimeSpan)
Run()
Run(TimeSpan)
Terminate(Exception)
Terminate(String)
Terminate(Exception, TimeSpan)
Terminate(String, TimeSpan)
Unload()
Unload(TimeSpan)
net481
namespace System.Activities
{
public sealed class WorkflowApplication : WorkflowInstance
{
public IAsyncResult BeginResumeBookmark(string bookmarkName, object value, TimeSpan timeout, AsyncCallback callback, object state);
}
}
nuget.org | 0.0 %
Reference this API |
---|---|
.NET Framework | 4.04.54.5.14.5.24.64.6.14.6.24.74.7.14.7.24.84.8.1 |
Information specific to net481 | |
Assembly | System.Activities , Version=4.0.0.0, PublicKeyToken=31bf3856ad364e35 |
Referencing | Your project needs an assembly reference to |
Platform Restrictions | This framework does not have platform annotations. |
- Built-in API
- Package-provided API