Share via


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

インスタンス ハンドル。

戻り値

オブジェクト。 永続化プロバイダーは、ハンドルを使用してコマンドを実行する場合と、ハンドルが解放される場合に、このユーザー コンテンツ オブジェクトを使用できます。

適用対象