Click or drag to resize

MessageManagerUnsubscribeT Method (Object)

Unsubscribs all subscriptions from the defined subscriber for the given message type

Namespace:  Cauldron
Assembly:  Cauldron.Win32.WPF (in Cauldron.Win32.WPF.dll) Version: 3.2.0.1 (3.2.0.1)
Syntax
C#
public static void Unsubscribe<T>(
	Object subscriber
)

Parameters

subscriber
Type: SystemObject
The subscriber

Type Parameters

T
The message type that will be unsubscribed
Exceptions
ExceptionCondition
ArgumentNullExceptionsubscriber is null
See Also