WorkflowApplication.BeginCreateDefaultInstanceOwner Methode

Definition

Erstellt asynchron einen Standardinstanzbesitzer mithilfe des IAsyncResult asynchronen Entwurfsmusters.

Überlädt

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

Erstellt asynchron einen Standardinstanzbesitzer mithilfe des IAsyncResult asynchronen Entwurfsmusters mit angegebenem Instanzspeicher, Definitionsidentität, Identitätsfilter, Timeoutintervall, Rückruf und Zustand.

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

Erstellt asynchron einen Standardinstanzbesitzer mithilfe des IAsyncResult asynchronen Entwurfsmusters mit angegebenem Instanzspeicher, Definitionsidentität, Identitätsfilter, Rückruf und Status.

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

Erstellt asynchron einen Standardinstanzbesitzer mithilfe des IAsyncResult asynchronen Entwurfsmusters mit angegebenem Instanzspeicher, Definitionsidentität, Identitätsfilter, Timeoutintervall, Rückruf und Zustand.

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

Parameter

instanceStore
InstanceStore

Der Zugriff auf den permanenten Zustand der aktuellen Instanz der Workflowanwendung.

definitionIdentity
WorkflowIdentity

Die Definitionsidentität.

identityFilter
WorkflowIdentityFilter

Der Identitätsfilter.

timeout
TimeSpan

Das Intervall, in dem der Startladevorgang abgeschlossen werden muss, bevor der Vorgang abgebrochen wird und ein TimeoutException Vorgang ausgelöst wird.

callback
AsyncCallback

Die Methode, die aufgerufen werden soll, wenn der Startladevorgang abgeschlossen ist.

state
Object

Ein optionales anwendungsspezifisches Objekt, das Informationen zum asynchronen Vorgang enthält.

Gibt zurück

Ein Verweis auf den asynchronen Vorgang.

Gilt für:

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

Erstellt asynchron einen Standardinstanzbesitzer mithilfe des IAsyncResult asynchronen Entwurfsmusters mit angegebenem Instanzspeicher, Definitionsidentität, Identitätsfilter, Rückruf und Status.

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

Parameter

instanceStore
InstanceStore

Der Zugriff auf den permanenten Zustand der aktuellen Instanz der Workflowanwendung.

definitionIdentity
WorkflowIdentity

Die Definitionsidentität.

identityFilter
WorkflowIdentityFilter

Der Identitätsfilter.

callback
AsyncCallback

Die Methode, die aufgerufen werden soll, wenn der Startladevorgang abgeschlossen ist.

state
Object

Ein optionales anwendungsspezifisches Objekt, das Informationen zum asynchronen Vorgang enthält.

Gibt zurück

Ein Verweis auf den asynchronen Vorgang.

Gilt für: