IWorkflowInstanceManagement.BeginSuspend Methode

Definition

Startet einen asynchronen Vorgang, um die angegebene Workflowinstanz anzuhalten.

public:
 IAsyncResult ^ BeginSuspend(Guid instanceId, System::String ^ reason, AsyncCallback ^ callback, System::Object ^ state);
[System.ServiceModel.OperationContract(AsyncPattern=true, Name="Suspend")]
public IAsyncResult BeginSuspend (Guid instanceId, string reason, AsyncCallback callback, object state);
[<System.ServiceModel.OperationContract(AsyncPattern=true, Name="Suspend")>]
abstract member BeginSuspend : Guid * string * AsyncCallback * obj -> IAsyncResult
Public Function BeginSuspend (instanceId As Guid, reason As String, callback As AsyncCallback, state As Object) As IAsyncResult

Parameter

instanceId
Guid

Der GUID-Bezeichner der anzuhaltenden Workflowinstanz.

reason
String

Der Grund für das Anhalten der Workflowinstanz.

callback
AsyncCallback

Der asynchrone Rückrufdelegat, der die Benachrichtigung über den Abschluss des asynchronen Vorgangs empfängt.

state
Object

Ein durch die Anwendung festgelegtes Objekt, das dem asynchronen Anhaltevorgang zugeordnete Statusinformationen enthält.

Gibt zurück

Das IAsyncResult.

Attribute

Hinweise

Der Anhalteprozess hält eine Workflowinstanz vorübergehend an.

Gilt für: