InstanceStore.GetEvents(InstanceOwner) Método

Definição

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

Devoluções

Devolve um array de InstancePersistenceEvent objetos.

Aplica-se a