WorkflowInstance.WorkflowInstanceControl.Abort Método
Definição
Anula o WorkflowInstance.Aborts the WorkflowInstance.
Sobrecargas
| Abort() |
Anula o WorkflowInstance.Aborts the WorkflowInstance. |
| Abort(Exception) |
Anula a WorkflowInstance usando a exceção especificada.Aborts the WorkflowInstance using the specified exception. |
Comentários
Uma vez Abort é chamado, a maioria das WorkflowInstance.WorkflowInstanceControl APIs exceto Abort lança um InvalidOperationException .Once Abort is called, most WorkflowInstance.WorkflowInstanceControl APIs except Abort throw an InvalidOperationException.
Abort()
Anula o WorkflowInstance.Aborts the WorkflowInstance.
public:
void Abort();
public void Abort ();
member this.Abort : unit -> unit
Public Sub Abort ()
Comentários
Uma vez Abort é chamado, a maioria das WorkflowInstance.WorkflowInstanceControl APIs exceto Abort lança um InvalidOperationException .Once Abort is called, most WorkflowInstance.WorkflowInstanceControl APIs except Abort throw an InvalidOperationException.
Aplica-se a
Abort(Exception)
Anula a WorkflowInstance usando a exceção especificada.Aborts the WorkflowInstance using the specified exception.
public:
void Abort(Exception ^ reason);
public void Abort (Exception reason);
member this.Abort : Exception -> unit
Public Sub Abort (reason As Exception)
Parâmetros
- reason
- Exception
O motivo para anular a WorkflowInstance.The reason for aborting the WorkflowInstance.
Comentários
Uma vez Abort é chamado, a maioria das WorkflowInstance.WorkflowInstanceControl APIs exceto Abort lança um InvalidOperationException .Once Abort is called, most WorkflowInstance.WorkflowInstanceControl APIs except Abort throw an InvalidOperationException.