Method GetChannelAsync
GetChannelAsync(CancellationToken)
Gets a channel to the server.
Task<IChannelHandle> GetChannelAsync(CancellationToken cancellationToken)
Parameters
cancellationToken
CancellationTokenThe cancellation token.
Returns
- Task<IChannelHandle>
A Task whose result is a channel.