WorkflowApplication.BeginCreateDefaultInstanceOwner 方法

定义

使用 IAsyncResult 异步设计模式异步创建默认实例所有者。

重载

名称 说明
BeginCreateDefaultInstanceOwner(InstanceStore, WorkflowIdentity, WorkflowIdentityFilter, TimeSpan, AsyncCallback, Object)

使用具有指定实例存储、定义标识、标识筛选器、超时间隔、回调和状态的 IAsyncResult 异步设计模式异步创建默认实例所有者。

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

使用具有指定实例存储、定义标识、标识筛选器、回调和状态的 IAsyncResult 异步设计模式异步创建默认实例所有者。

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

使用具有指定实例存储、定义标识、标识筛选器、超时间隔、回调和状态的 IAsyncResult 异步设计模式异步创建默认实例所有者。

public:
 static IAsyncResult ^ BeginCreateDefaultInstanceOwner(System::Runtime::DurableInstancing::InstanceStore ^ instanceStore, System::Activities::WorkflowIdentity ^ definitionIdentity, System::Activities::WorkflowIdentityFilter identityFilter, TimeSpan timeout, AsyncCallback ^ callback, System::Object ^ state);
public static IAsyncResult BeginCreateDefaultInstanceOwner(System.Runtime.DurableInstancing.InstanceStore instanceStore, System.Activities.WorkflowIdentity definitionIdentity, System.Activities.WorkflowIdentityFilter identityFilter, TimeSpan timeout, AsyncCallback callback, object state);
static member BeginCreateDefaultInstanceOwner : System.Runtime.DurableInstancing.InstanceStore * System.Activities.WorkflowIdentity * System.Activities.WorkflowIdentityFilter * TimeSpan * AsyncCallback * obj -> IAsyncResult
Public Shared Function BeginCreateDefaultInstanceOwner (instanceStore As InstanceStore, definitionIdentity As WorkflowIdentity, identityFilter As WorkflowIdentityFilter, timeout As TimeSpan, callback As AsyncCallback, state As Object) As IAsyncResult

参数

instanceStore
InstanceStore

访问工作流应用程序的当前实例的持久状态。

definitionIdentity
WorkflowIdentity

定义标识。

identityFilter
WorkflowIdentityFilter

标识筛选器。

timeout
TimeSpan

在取消操作并 TimeoutException 引发操作之前,开始加载操作必须完成的间隔。

callback
AsyncCallback

开始加载操作完成后要调用的方法。

state
Object

一个可选的特定于应用程序的对象,其中包含有关异步作的信息。

返回

对异步操作的引用。

适用于

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

使用具有指定实例存储、定义标识、标识筛选器、回调和状态的 IAsyncResult 异步设计模式异步创建默认实例所有者。

public:
 static IAsyncResult ^ BeginCreateDefaultInstanceOwner(System::Runtime::DurableInstancing::InstanceStore ^ instanceStore, System::Activities::WorkflowIdentity ^ definitionIdentity, System::Activities::WorkflowIdentityFilter identityFilter, AsyncCallback ^ callback, System::Object ^ state);
public static IAsyncResult BeginCreateDefaultInstanceOwner(System.Runtime.DurableInstancing.InstanceStore instanceStore, System.Activities.WorkflowIdentity definitionIdentity, System.Activities.WorkflowIdentityFilter identityFilter, AsyncCallback callback, object state);
static member BeginCreateDefaultInstanceOwner : System.Runtime.DurableInstancing.InstanceStore * System.Activities.WorkflowIdentity * System.Activities.WorkflowIdentityFilter * AsyncCallback * obj -> IAsyncResult
Public Shared Function BeginCreateDefaultInstanceOwner (instanceStore As InstanceStore, definitionIdentity As WorkflowIdentity, identityFilter As WorkflowIdentityFilter, callback As AsyncCallback, state As Object) As IAsyncResult

参数

instanceStore
InstanceStore

访问工作流应用程序的当前实例的持久状态。

definitionIdentity
WorkflowIdentity

定义标识。

identityFilter
WorkflowIdentityFilter

标识筛选器。

callback
AsyncCallback

开始加载操作完成后要调用的方法。

state
Object

一个可选的特定于应用程序的对象,其中包含有关异步作的信息。

返回

对异步操作的引用。

适用于