Unsubscribe(T) Method

Glimpse API

IMessageBroker Unsubscribe T  Method Glimpse API Documentation
Unsubscribes the listener from the specified subscription id.

Namespace: Glimpse.Core.Extensibility
Assembly: Glimpse.Core (in Glimpse.Core.dll) Version: 1.0.1.0 (1.0.1)

Syntax

void Unsubscribe<T>(
	Guid subscriptionId
)
void Unsubscribe<T>(
	Guid subscriptionId
)

Parameters

subscriptionId
Type: OnlineSystem Guid
The subscription id.
Type Parameters

T
Type of the message
See Also