Acrux.Threading
IsSubscribed Method (receiver)
NamespacesAcrux.Threading.NotificationsNotificationManagerIsSubscribed(Object)
Returns "true" if the receiver is subscribed to receive any notification messages
Declaration Syntax
C#Visual BasicVisual C++
public static bool IsSubscribed(
	Object receiver
)
Public Shared Function IsSubscribed ( _
	receiver As Object _
) As Boolean
public:
static bool IsSubscribed(
	Object^ receiver
)
Parameters
receiver (Object)
The receiver object instance
Return Value
"true" if subscribed, otherwise "false"
Exceptions
ExceptionCondition
ArgumentNullExceptionThrown if the receiver or the receiver is null.

Assembly: Acrux.Threading (Module: Acrux.Threading) Version: 1.0.0.0 (1.0.0.35)