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

一个实例句柄。

返回

一个对象。 在使用此句柄执行命令和释放此句柄时,此用户上下文对象将可用于永久性提供程序。

适用于