다음을 통해 공유


InstanceStore.OnFreeInstanceHandle(InstanceHandle, Object) 메서드

정의

인스턴스 핸들이 해제될 때 호출됩니다.

protected:
 virtual void OnFreeInstanceHandle(System::Runtime::DurableInstancing::InstanceHandle ^ instanceHandle, System::Object ^ userContext);
protected virtual void OnFreeInstanceHandle (System.Runtime.DurableInstancing.InstanceHandle instanceHandle, object userContext);
abstract member OnFreeInstanceHandle : System.Runtime.DurableInstancing.InstanceHandle * obj -> unit
override this.OnFreeInstanceHandle : System.Runtime.DurableInstancing.InstanceHandle * obj -> unit
Protected Overridable Sub OnFreeInstanceHandle (instanceHandle As InstanceHandle, userContext As Object)

매개 변수

instanceHandle
InstanceHandle

해제된 인스턴스 핸들입니다.

userContext
Object

OnNewInstanceHandle에서 반환된 지속성 공급자의 사용자 컨텍스트 정보이거나, OnNewInstanceHandle이 재정의되지 않는 경우 null입니다.

적용 대상