C# Class XDMessaging.Specialized.MulticastBroadcaster

Inheritance: IXDBroadcaster
Mostrar archivo Open project: TheCodeKing/XDMessaging.Net

Public Methods

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

Method Details

MulticastBroadcaster() public method

public MulticastBroadcaster ( ) : System.Collections.Generic
return System.Collections.Generic

MulticastBroadcaster() public method

public MulticastBroadcaster ( IEnumerable broadcasters ) : System.Collections.Generic
broadcasters IEnumerable
return System.Collections.Generic

SendToChannel() public method

public SendToChannel ( string channel, object message ) : void
channel string
message object
return void

SendToChannel() public method

public SendToChannel ( string channel, string message ) : void
channel string
message string
return void