InstanceStore.OnNewInstanceHandle(InstanceHandle) Methode

Definition

Wird aufgerufen, wenn ein neues Instanzhandle erstellt wird.

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

Parameter

instanceHandle
InstanceHandle

Ein Instanzhandle.

Gibt zurück

Objekt. Dieses Benutzerkontextobjekt ist für den Persistenzanbieter verfügbar, wenn Befehle mit dem Handle ausgeführt werden und wenn das Handle freigegeben wird.

Gilt für: