WorkflowApplication.BeginDeleteDefaultInstanceOwner Methode

Definition

Löscht asynchron einen Standardinstanzbesitzer mithilfe des IAsyncResult asynchronen Entwurfsmusters.

Überlädt

Name Beschreibung
BeginDeleteDefaultInstanceOwner(InstanceStore, AsyncCallback, Object)

Löscht asynchron einen Standardinstanzbesitzer mithilfe des asynchronen Entwurfsmusters mit angegebenem IAsyncResult Instanzspeicher, Rückruf und Zustand.

BeginDeleteDefaultInstanceOwner(InstanceStore, TimeSpan, AsyncCallback, Object)

Löscht einen Standardinstanzbesitzer asynchron mithilfe des IAsyncResult asynchronen Entwurfsmusters mit angegebenem Instanzspeicher, Timeoutintervall, Rückruf und Zustand.

BeginDeleteDefaultInstanceOwner(InstanceStore, AsyncCallback, Object)

Löscht asynchron einen Standardinstanzbesitzer mithilfe des asynchronen Entwurfsmusters mit angegebenem IAsyncResult Instanzspeicher, Rückruf und Zustand.

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

Parameter

instanceStore
InstanceStore

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

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:

BeginDeleteDefaultInstanceOwner(InstanceStore, TimeSpan, AsyncCallback, Object)

Löscht einen Standardinstanzbesitzer asynchron mithilfe des IAsyncResult asynchronen Entwurfsmusters mit angegebenem Instanzspeicher, Timeoutintervall, Rückruf und Zustand.

public:
 static IAsyncResult ^ BeginDeleteDefaultInstanceOwner(System::Runtime::DurableInstancing::InstanceStore ^ instanceStore, TimeSpan timeout, AsyncCallback ^ callback, System::Object ^ state);
public static IAsyncResult BeginDeleteDefaultInstanceOwner(System.Runtime.DurableInstancing.InstanceStore instanceStore, TimeSpan timeout, AsyncCallback callback, object state);
static member BeginDeleteDefaultInstanceOwner : System.Runtime.DurableInstancing.InstanceStore * TimeSpan * AsyncCallback * obj -> IAsyncResult
Public Shared Function BeginDeleteDefaultInstanceOwner (instanceStore As InstanceStore, 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.

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: