Unsubscribe the current user.

Namespace: MonoSoftware.MonoX.SubscribeEngine
Assembly: MonoX (in MonoX.dll) Version: 5.1.40.5065 (5.1.40.5065)

Syntax

C#
public bool UnSubscribe<S>(
	S arguments
)
where S : SubscribeArgs
Visual Basic
Public Function UnSubscribe(Of S As SubscribeArgs) ( 
	arguments As S
) As Boolean
Visual C++
public:
generic<typename S>
where S : SubscribeArgs
bool UnSubscribe(
	S arguments
)
F#
member UnSubscribe : 
        arguments : 'S -> bool  when 'S : SubscribeArgs

Parameters

arguments
Type: S
Arguments

Type Parameters

S
Type of the arguments

Return Value

Type: Boolean
True if subscribed, otherwise False

See Also