Méthode | Description | |
---|---|---|
Client ( string id ) : System | ||
Disconnect ( ) : void | ||
Enqueue ( IEnumerable |
||
Equals ( |
||
Equals ( object obj ) : bool | ||
FlushQueue ( ) : void | ||
GetHashCode ( ) : int | ||
IsSubscribedTo ( string channel ) : bool | ||
NotifyConnected ( ) : void | ||
SubscribeTo ( string subscription ) : void | ||
UnsubscribeFrom ( string subscription ) : void |
Méthode | Description | |
---|---|---|
GetMessages ( ) : IEnumerable |
||
HandleTimerCallback ( object state, System.Timers.ElapsedEventArgs e ) : void |
public Enqueue ( IEnumerable |
||
messages | IEnumerable |
|
Résultat | void |
public IsSubscribedTo ( string channel ) : bool | ||
channel | string | |
Résultat | bool |
public SubscribeTo ( string subscription ) : void | ||
subscription | string | |
Résultat | void |
public UnsubscribeFrom ( string subscription ) : void | ||
subscription | string | |
Résultat | void |