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

인스턴스 핸들입니다.

반환

개체입니다. 이 사용자 컨텍스트 개체는 핸들을 사용하여 명령이 실행될 때, 그리고 핸들이 해제될 때 지속성 공급자에서 사용할 수 있습니다.

적용 대상