InstanceStore.GetEvents(InstanceOwner) Método

Definição

Obtém todos os eventos sinalizados associados a um InstanceOwner objeto.

protected:
 cli::array <System::Runtime::DurableInstancing::InstancePersistenceEvent ^> ^ GetEvents(System::Runtime::DurableInstancing::InstanceOwner ^ owner);
protected System.Runtime.DurableInstancing.InstancePersistenceEvent[] GetEvents(System.Runtime.DurableInstancing.InstanceOwner owner);
member this.GetEvents : System.Runtime.DurableInstancing.InstanceOwner -> System.Runtime.DurableInstancing.InstancePersistenceEvent[]
Protected Function GetEvents (owner As InstanceOwner) As InstancePersistenceEvent()

Parâmetros

owner
InstanceOwner

Um InstanceOwner objeto que representa o proprietário de uma instância.

Retornos

Retorna uma matriz de InstancePersistenceEvent objetos.

Aplica-se a