Service.Unsubscribe Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Overloads
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)
Parameters
- oldListeners
- ServiceEvent
- listener
- ServiceEvent
Applies to
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)
Parameters
- eventID
- Int32
- listener
- ServiceEvent