Method | Description | |
---|---|---|
CloseAllChannels ( ) : void | ||
Communicator ( ) : System.Collections.Generic | ||
CreateChannel ( string address = null ) : IChannel |
Method | Description | |
---|---|---|
OnChannelClosed ( IChannel channel ) : void | ||
OnChannelCreated ( IChannel newChannel ) : void | ||
OnChannelRouting ( IChannel parentChannel, string address ) : IChannel |
public Communicator ( ) : System.Collections.Generic | ||
return | System.Collections.Generic |
public CreateChannel ( string address = null ) : IChannel | ||
address | string | |
return | IChannel |