IServiceRuntimeWrapper.UnsubscribeFromStoppingNotification Méthode
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
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