Método WorkflowResourceManager.DeleteWorkflows

Excluí os workflows associados ao gerenciador.

Namespace:  Microsoft.Workflow.Client
Assembly:  Microsoft.Workflow.Client (em Microsoft.Workflow.Client.dll)

Sintaxe

'Declaração
Public Function DeleteWorkflows As Integer
'Uso
Dim instance As WorkflowResourceManager 
Dim returnValue As Integer 

returnValue = instance.DeleteWorkflows()
public int DeleteWorkflows()
public:
int DeleteWorkflows()
member DeleteWorkflows : unit -> int
public function DeleteWorkflows() : int

Valor de retorno

Tipo: System.Int32
Os workflows excluídos.

Consulte também

Referência

WorkflowResourceManager Classe

Sobrecarregado DeleteWorkflows

Namespace Microsoft.Workflow.Client