InstanceStore.OnNewInstanceHandle(InstanceHandle) Metod

Definition

Anropas när ett nytt instanshandtag skapas.

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

Parametrar

instanceHandle
InstanceHandle

En instansreferens.

Returer

Ett objekt. Det här användarkontextobjektet kommer att vara tillgängligt för beständighetsprovidern när kommandon körs med hjälp av handtaget och när handtaget frigörs.

Gäller för