InstanceStore.OnNewInstanceHandle(InstanceHandle) Methode

Definition

Wird aufgerufen, wenn ein neuer 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

Ein Objekt. Dieses Benutzerkontextobjekt steht dem Dauerhaftigkeitsanbieter zur Verfügung, wenn Befehle mit dem Handle ausgeführt werden und wenn der Handle freigegeben wird.

Gilt für: