InstanceStore.OnNewInstanceHandle(InstanceHandle) Metodo

Definizione

Richiamato quando viene creato un nuovo handle di istanza.

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

Parametri

instanceHandle
InstanceHandle

Handle di istanza.

Restituisce

Oggetto. Questo oggetto del contesto utente sarà disponibile per il provider di persistenza al momento dell'esecuzione dei comandi tramite l'handle e della liberazione dell'handle.

Si applica a