Partager via


IServiceRuntimeWrapper.UnsubscribeFromStoppingNotification Méthode

Définition

Désinscription donnée au gestionnaire pair de l’événement d’arrêt de l’instance de rôle

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))

Paramètres

handlerObject
Object

Objet dont le gestionnaire fait partie ou null pour une méthode statique

handler
EventHandler<Object>

Gestionnaire de désinscription

S’applique à