InstanceStore.OnFreeInstanceHandle(InstanceHandle, Object) Metoda

Definice

Vyvoláno při uvolnění popisovače instance.

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)

Parametry

instanceHandle
InstanceHandle

Popisovač instance, který byl uvolněn.

userContext
Object

Informace o kontextu uživatele zprostředkovatele trvalosti, které byly vráceny z OnNewInstanceHandle nebo null pokud OnNewInstanceHandle není přepsán.

Platí pro