Sdílet prostřednictvím


IWorkflowInstanceManagement.TransactedSuspend(Guid, String) Metoda

Definice

Pozastaví zadanou instanci pracovního postupu v rámci transakce.

public:
 void TransactedSuspend(Guid instanceId, System::String ^ reason);
[System.ServiceModel.OperationContract(Name="TransactedSuspend")]
[System.ServiceModel.TransactionFlow(System.ServiceModel.TransactionFlowOption.Allowed)]
public void TransactedSuspend (Guid instanceId, string reason);
[<System.ServiceModel.OperationContract(Name="TransactedSuspend")>]
[<System.ServiceModel.TransactionFlow(System.ServiceModel.TransactionFlowOption.Allowed)>]
abstract member TransactedSuspend : Guid * string -> unit
Public Sub TransactedSuspend (instanceId As Guid, reason As String)

Parametry

instanceId
Guid

Identifikátor GUID instance pracovního postupu k pozastavení.

reason
String

Důvod, proč je instance pracovního postupu pozastavena.

Atributy

Poznámky

Proces pozastavení dočasně zastaví instanci pracovního postupu.

Platí pro