Interface IChannelProvider
public interface IChannelProvider
Methods
GetChannel(bool)
IChannel GetChannel(bool confirmSelect = false)
Parameters
confirmSelect
bool
Returns
GetChannelAsync(CancellationToken, bool)
Task<IChannel> GetChannelAsync(CancellationToken cancellationToken, bool confirmSelect = false)
Parameters
cancellationToken
CancellationTokenconfirmSelect
bool
Returns
Reset()
void Reset()