Method | Description | |
---|---|---|
MulticastBroadcaster ( ) : System.Collections.Generic | ||
MulticastBroadcaster ( IEnumerable |
||
SendToChannel ( string channel, object message ) : void | ||
SendToChannel ( string channel, string message ) : void |
public MulticastBroadcaster ( ) : System.Collections.Generic | ||
return | System.Collections.Generic |
public MulticastBroadcaster ( IEnumerable |
||
broadcasters | IEnumerable |
|
return | System.Collections.Generic |
public SendToChannel ( string channel, object message ) : void | ||
channel | string | |
message | object | |
return | void |
public SendToChannel ( string channel, string message ) : void | ||
channel | string | |
message | string | |
return | void |