Echo<ClientType, ChannelType> constructor

Echo<ClientType, ChannelType>(
  1. Connector<ClientType, ChannelType> connector
)

Create a class instance.

Implementation

Echo(this.connector);