InstanceStore.OnNewInstanceHandle(InstanceHandle) Metoda

Definicja

Wywoływane po utworzeniu nowego dojścia wystąpienia.

protected:
 virtual System::Object ^ OnNewInstanceHandle(System::Runtime::DurableInstancing::InstanceHandle ^ instanceHandle);
protected virtual object OnNewInstanceHandle (System.Runtime.DurableInstancing.InstanceHandle instanceHandle);
abstract member OnNewInstanceHandle : System.Runtime.DurableInstancing.InstanceHandle -> obj
override this.OnNewInstanceHandle : System.Runtime.DurableInstancing.InstanceHandle -> obj
Protected Overridable Function OnNewInstanceHandle (instanceHandle As InstanceHandle) As Object

Parametry

instanceHandle
InstanceHandle

Dojście do wystąpienia.

Zwraca

Obiekt. Ten obiekt kontekstu użytkownika będzie dostępny dla dostawcy trwałości, gdy polecenia są wykonywane przy użyciu dojścia, a gdy dojście zostanie zwolnione.

Dotyczy