Метод | Описание | |
---|---|---|
CloseAllChannels ( ) : void | ||
Communicator ( ) : System.Collections.Generic | ||
CreateChannel ( string address = null ) : IChannel |
Метод | Описание | |
---|---|---|
OnChannelClosed ( IChannel channel ) : void | ||
OnChannelCreated ( IChannel newChannel ) : void | ||
OnChannelRouting ( IChannel parentChannel, string address ) : IChannel |
public Communicator ( ) : System.Collections.Generic | ||
Результат | System.Collections.Generic |
public CreateChannel ( string address = null ) : IChannel | ||
address | string | |
Результат | IChannel |