Compartilhar via


InstanceStore.GetEvents(InstanceOwner) Método

Definição

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

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 objeto InstanceOwner que representa o proprietário de uma instância.

Retornos

Retorna uma matriz de objetos InstancePersistenceEvent.

Aplica-se a