Compartilhar via


InstanceStore.WaitForEvents(InstanceHandle, TimeSpan) Método

Definição

Um host de fluxo de trabalho normalmente invoca esse método para aguardar que um evento seja sinalizado.

public:
 System::Collections::Generic::List<System::Runtime::DurableInstancing::InstancePersistenceEvent ^> ^ WaitForEvents(System::Runtime::DurableInstancing::InstanceHandle ^ handle, TimeSpan timeout);
public System.Collections.Generic.List<System.Runtime.DurableInstancing.InstancePersistenceEvent> WaitForEvents (System.Runtime.DurableInstancing.InstanceHandle handle, TimeSpan timeout);
member this.WaitForEvents : System.Runtime.DurableInstancing.InstanceHandle * TimeSpan -> System.Collections.Generic.List<System.Runtime.DurableInstancing.InstancePersistenceEvent>
Public Function WaitForEvents (handle As InstanceHandle, timeout As TimeSpan) As List(Of InstancePersistenceEvent)

Parâmetros

handle
InstanceHandle

O identificador da instância que está associado ao evento.

timeout
TimeSpan

O período de tempo após o qual a operação de espera atinge o tempo limite.

Retornos

Uma lista de objetos InstancePersistenceEvent.

Aplica-se a