IServiceRuntimeWrapper.UnsubscribeFromStoppingNotification 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
從角色實例停止事件取消訂閱指定的偶數處理常式
public void UnsubscribeFromStoppingNotification (object handlerObject, EventHandler<object> handler);
abstract member UnsubscribeFromStoppingNotification : obj * EventHandler<obj> -> unit
Public Sub UnsubscribeFromStoppingNotification (handlerObject As Object, handler As EventHandler(Of Object))
參數
- handlerObject
- Object
處理常式所屬的物件,或靜態方法的 null
- handler
- EventHandler<Object>
取消訂閱的處理常式