共用方式為


InstanceStore.OnNewInstanceHandle(InstanceHandle) 方法

定義

新執行個體控制代碼建立時叫用。

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

參數

instanceHandle
InstanceHandle

執行個體控制代碼。

傳回

物件。 當使用控制代碼執行命令且控制代碼已釋放時,這個使用者內容物件將提供給持續性提供者使用。

適用於