IServiceRuntimeWrapper.SubscribeForStoppingNotification 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.
S’abonne à un gestionnaire pair pour l’événement d’arrêt de l’instance de rôle
public void SubscribeForStoppingNotification (object handlerObject, EventHandler<object> handler);
abstract member SubscribeForStoppingNotification : obj * EventHandler<obj> -> unit
Public Sub SubscribeForStoppingNotification (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 pour s’abonner