Service.Unsubscribe 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.
Surcharges
Unsubscribe(ServiceEvent, ServiceEvent) | |
Unsubscribe(Int32, ServiceEvent) |
Unsubscribe(ServiceEvent, ServiceEvent)
protected:
static void Unsubscribe(Microsoft::XLANGs::Core::ServiceEvent ^ % oldListeners, Microsoft::XLANGs::Core::ServiceEvent ^ listener);
protected static void Unsubscribe (ref Microsoft.XLANGs.Core.ServiceEvent oldListeners, Microsoft.XLANGs.Core.ServiceEvent listener);
static member Unsubscribe : ServiceEvent * Microsoft.XLANGs.Core.ServiceEvent -> unit
Protected Shared Sub Unsubscribe (ByRef oldListeners As ServiceEvent, listener As ServiceEvent)
Paramètres
- oldListeners
- ServiceEvent
- listener
- ServiceEvent
S’applique à
Unsubscribe(Int32, ServiceEvent)
public:
static void Unsubscribe(int eventID, Microsoft::XLANGs::Core::ServiceEvent ^ listener);
public static void Unsubscribe (int eventID, Microsoft.XLANGs.Core.ServiceEvent listener);
static member Unsubscribe : int * Microsoft.XLANGs.Core.ServiceEvent -> unit
Public Shared Sub Unsubscribe (eventID As Integer, listener As ServiceEvent)
Paramètres
- eventID
- Int32
- listener
- ServiceEvent