Unsubscribe(T) Method

Glimpse API

MessageBroker 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

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

Parameters

subscriptionId
Type: OnlineSystem Guid
The subscription id.
Type Parameters

T
Type of the message

Implements

IMessageBroker Unsubscribe T (Guid)
See Also