InstanceStore.OnFreeInstanceHandle(InstanceHandle, Object) 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
釋放執行個體控制代碼時叫用。
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。