Click or drag to resize
ServerChannelSourceGetChannelAsync Method
Gets a channel.

Namespace: MongoDB.Driver.Core.Bindings
Assembly: MongoDB.Driver.Core (in MongoDB.Driver.Core.dll) Version: 2.2.0
Syntax
public Task<IChannelHandle> GetChannelAsync(
	CancellationToken cancellationToken
)

Parameters

cancellationToken
Type: System.ThreadingCancellationToken
The cancellation token.

Return Value

Type: TaskIChannelHandle
A Task whose result is a channel.

Implements

IChannelSourceGetChannelAsync(CancellationToken)
See Also