InstanceStore.OnFreeInstanceHandle(InstanceHandle, Object) Methode

Definition

Wird aufgerufen, wenn ein Instanzhandle freigegeben wird.

protected:
 virtual void OnFreeInstanceHandle(System::Runtime::DurableInstancing::InstanceHandle ^ instanceHandle, System::Object ^ userContext);
protected virtual void OnFreeInstanceHandle (System.Runtime.DurableInstancing.InstanceHandle instanceHandle, object userContext);
abstract member OnFreeInstanceHandle : System.Runtime.DurableInstancing.InstanceHandle * obj -> unit
override this.OnFreeInstanceHandle : System.Runtime.DurableInstancing.InstanceHandle * obj -> unit
Protected Overridable Sub OnFreeInstanceHandle (instanceHandle As InstanceHandle, userContext As Object)

Parameter

instanceHandle
InstanceHandle

Der Instanzhandle, der freigegeben wurde.

userContext
Object

Die Benutzerkontextinformationen des Dauerhaftigkeitsanbieters, die von „OnNewInstanceHandle“ zurückgegeben wurden, bzw. NULL, wenn „OnNewInstanceHandle“ nicht überschrieben wird.

Gilt für: