WorkflowApplication.BeginLoad Methode

Definition

Lädt einen Workflow asynchron aus einem Instanzspeicher mithilfe des IAsyncResult asynchronen Entwurfsmusters.

Überlädt

Name Beschreibung
BeginLoad(Guid, TimeSpan, AsyncCallback, Object)

Lädt einen Workflow asynchron aus einem Instanzspeicher mithilfe des angegebenen Instanzbezeichners, des Timeoutzeitraums, der Rückrufmethode und des vom Benutzer bereitgestellten Zustands.

BeginLoad(WorkflowApplicationInstance, AsyncCallback, Object)

Lädt einen Workflow asynchron aus einem Instanzspeicher mithilfe des IAsyncResult asynchronen Entwurfsmusters mit der angegebenen Instanz, dem Rückruf und dem Zustand.

BeginLoad(Guid, AsyncCallback, Object)

Lädt einen Workflow asynchron aus einem Instanzspeicher mithilfe des angegebenen Instanzbezeichners, der Rückrufmethode und des vom Benutzer bereitgestellten Zustands.

BeginLoad(WorkflowApplicationInstance, DynamicUpdateMap, AsyncCallback, Object)

Lädt einen Workflow asynchron aus einem Instanzspeicher mithilfe des IAsyncResult asynchronen Entwurfsmusters mit der angegebenen Instanz, aktualisieren Sie die Zuordnung, den Rückruf und den Zustand.

BeginLoad(WorkflowApplicationInstance, TimeSpan, AsyncCallback, Object)

Lädt einen Workflow asynchron aus einem Instanzspeicher mithilfe des IAsyncResult asynchronen Entwurfsmusters mit angegebener Instanz, Timeoutintervall, Rückruf und Zustand.

BeginLoad(WorkflowApplicationInstance, DynamicUpdateMap, TimeSpan, AsyncCallback, Object)

Lädt einen Workflow asynchron aus einem Instanzspeicher mithilfe des IAsyncResult asynchronen Entwurfsmusters mit der angegebenen Instanz, Aktualisieren der Zuordnung, des Timeoutintervalls, des Rückrufs und des Zustands.

Hinweise

Weitere Informationen finden Sie unter "Übersicht über die asynchrone Programmierung".

BeginLoad(Guid, TimeSpan, AsyncCallback, Object)

Lädt einen Workflow asynchron aus einem Instanzspeicher mithilfe des angegebenen Instanzbezeichners, des Timeoutzeitraums, der Rückrufmethode und des vom Benutzer bereitgestellten Zustands.

public:
 IAsyncResult ^ BeginLoad(Guid instanceId, TimeSpan timeout, AsyncCallback ^ callback, System::Object ^ state);
public IAsyncResult BeginLoad(Guid instanceId, TimeSpan timeout, AsyncCallback callback, object state);
member this.BeginLoad : Guid * TimeSpan * AsyncCallback * obj -> IAsyncResult
Public Function BeginLoad (instanceId As Guid, timeout As TimeSpan, callback As AsyncCallback, state As Object) As IAsyncResult

Parameter

instanceId
Guid

Ein global eindeutiger 128-Bit-Bezeichner für die Workflowinstanz.

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

Der Status eines asynchronen Vorgangs.

Gilt für:

BeginLoad(WorkflowApplicationInstance, AsyncCallback, Object)

Lädt einen Workflow asynchron aus einem Instanzspeicher mithilfe des IAsyncResult asynchronen Entwurfsmusters mit der angegebenen Instanz, dem Rückruf und dem Zustand.

public:
 IAsyncResult ^ BeginLoad(System::Activities::WorkflowApplicationInstance ^ instance, AsyncCallback ^ callback, System::Object ^ state);
public IAsyncResult BeginLoad(System.Activities.WorkflowApplicationInstance instance, AsyncCallback callback, object state);
member this.BeginLoad : System.Activities.WorkflowApplicationInstance * AsyncCallback * obj -> IAsyncResult
Public Function BeginLoad (instance As WorkflowApplicationInstance, callback As AsyncCallback, state As Object) As IAsyncResult

Parameter

instance
WorkflowApplicationInstance

Die Instanz.

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:

BeginLoad(Guid, AsyncCallback, Object)

Lädt einen Workflow asynchron aus einem Instanzspeicher mithilfe des angegebenen Instanzbezeichners, der Rückrufmethode und des vom Benutzer bereitgestellten Zustands.

public:
 IAsyncResult ^ BeginLoad(Guid instanceId, AsyncCallback ^ callback, System::Object ^ state);
public IAsyncResult BeginLoad(Guid instanceId, AsyncCallback callback, object state);
member this.BeginLoad : Guid * AsyncCallback * obj -> IAsyncResult
Public Function BeginLoad (instanceId As Guid, callback As AsyncCallback, state As Object) As IAsyncResult

Parameter

instanceId
Guid

Ein global eindeutiger 128-Bit-Bezeichner für die Workflowinstanz.

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

Der Status eines asynchronen Vorgangs.

Gilt für:

BeginLoad(WorkflowApplicationInstance, DynamicUpdateMap, AsyncCallback, Object)

Lädt einen Workflow asynchron aus einem Instanzspeicher mithilfe des IAsyncResult asynchronen Entwurfsmusters mit der angegebenen Instanz, aktualisieren Sie die Zuordnung, den Rückruf und den Zustand.

public:
 IAsyncResult ^ BeginLoad(System::Activities::WorkflowApplicationInstance ^ instance, System::Activities::DynamicUpdate::DynamicUpdateMap ^ updateMap, AsyncCallback ^ callback, System::Object ^ state);
public IAsyncResult BeginLoad(System.Activities.WorkflowApplicationInstance instance, System.Activities.DynamicUpdate.DynamicUpdateMap updateMap, AsyncCallback callback, object state);
member this.BeginLoad : System.Activities.WorkflowApplicationInstance * System.Activities.DynamicUpdate.DynamicUpdateMap * AsyncCallback * obj -> IAsyncResult
Public Function BeginLoad (instance As WorkflowApplicationInstance, updateMap As DynamicUpdateMap, callback As AsyncCallback, state As Object) As IAsyncResult

Parameter

instance
WorkflowApplicationInstance

Die Instanz.

updateMap
DynamicUpdateMap

Die Karte aktualisieren.

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:

BeginLoad(WorkflowApplicationInstance, TimeSpan, AsyncCallback, Object)

Lädt einen Workflow asynchron aus einem Instanzspeicher mithilfe des IAsyncResult asynchronen Entwurfsmusters mit angegebener Instanz, Timeoutintervall, Rückruf und Zustand.

public:
 IAsyncResult ^ BeginLoad(System::Activities::WorkflowApplicationInstance ^ instance, TimeSpan timeout, AsyncCallback ^ callback, System::Object ^ state);
public IAsyncResult BeginLoad(System.Activities.WorkflowApplicationInstance instance, TimeSpan timeout, AsyncCallback callback, object state);
member this.BeginLoad : System.Activities.WorkflowApplicationInstance * TimeSpan * AsyncCallback * obj -> IAsyncResult
Public Function BeginLoad (instance As WorkflowApplicationInstance, timeout As TimeSpan, callback As AsyncCallback, state As Object) As IAsyncResult

Parameter

instance
WorkflowApplicationInstance

Die Instanz.

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:

BeginLoad(WorkflowApplicationInstance, DynamicUpdateMap, TimeSpan, AsyncCallback, Object)

Lädt einen Workflow asynchron aus einem Instanzspeicher mithilfe des IAsyncResult asynchronen Entwurfsmusters mit der angegebenen Instanz, Aktualisieren der Zuordnung, des Timeoutintervalls, des Rückrufs und des Zustands.

public:
 IAsyncResult ^ BeginLoad(System::Activities::WorkflowApplicationInstance ^ instance, System::Activities::DynamicUpdate::DynamicUpdateMap ^ updateMap, TimeSpan timeout, AsyncCallback ^ callback, System::Object ^ state);
public IAsyncResult BeginLoad(System.Activities.WorkflowApplicationInstance instance, System.Activities.DynamicUpdate.DynamicUpdateMap updateMap, TimeSpan timeout, AsyncCallback callback, object state);
member this.BeginLoad : System.Activities.WorkflowApplicationInstance * System.Activities.DynamicUpdate.DynamicUpdateMap * TimeSpan * AsyncCallback * obj -> IAsyncResult
Public Function BeginLoad (instance As WorkflowApplicationInstance, updateMap As DynamicUpdateMap, timeout As TimeSpan, callback As AsyncCallback, state As Object) As IAsyncResult

Parameter

instance
WorkflowApplicationInstance

Die Instanz.

updateMap
DynamicUpdateMap

Die Karte aktualisieren.

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: