Metodo InstanceManager.Get

Recupera le informazioni relative a tutte le istanze di flusso di lavoro presenti nell'ambito corrente.

Spazio dei nomi  Microsoft.Workflow.Client
Assembly:  Microsoft.Workflow.Client (in Microsoft.Workflow.Client.dll)

Sintassi

'Dichiarazione
Public Function Get As Collection(Of WorkflowInstanceInfo)
'Utilizzo
Dim instance As InstanceManager 
Dim returnValue As Collection(Of WorkflowInstanceInfo)

returnValue = instance.Get()
public Collection<WorkflowInstanceInfo> Get()
public:
Collection<WorkflowInstanceInfo^>^ Get()
member Get : unit -> Collection<WorkflowInstanceInfo> 
public function Get() : Collection<WorkflowInstanceInfo>

Valore restituito

Tipo: System.Collections.ObjectModel.Collection<WorkflowInstanceInfo>
Raccolta di oggetti WorkflowInstanceInfo che rappresentano le istanze di flusso di lavoro recuperate.

Vedere anche

Riferimento

InstanceManager Classe

Overload Get

Spazio dei nomi Microsoft.Workflow.Client