public static ulong Subscribe( Guid channel, Action<int,string> action )
Public Shared Function Subscribe( _ ByVal channel As Guid, _ ByVal action As Action(Of Integer,String) _ ) As ULong
Parameters
- channel
- action
Return Value
A cookie identifying the subscription. This can be used to unsubscribe.