ITelemetryNotificationService.Unsubscribe(Int32) 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.
Unsubscribes from the notification service.
public:
void Unsubscribe(int subscriptionId);
public void Unsubscribe (int subscriptionId);
abstract member Unsubscribe : int -> unit
Public Sub Unsubscribe (subscriptionId As Integer)
Parameters
- subscriptionId
- Int32
The subscription ID to unsubscribe from.