[]
Specifies a calling contract for collections that needs a connection to the source.
public interface ISupportConnection
Name | Description |
---|---|
ConnectionState | Gets the state of the connection to the source. |
Name | Description |
---|---|
ConnectAsync(CancellationToken) | Connects the collection to the source. |
DisconnectAsync(CancellationToken) | Disconnects the collection from the source. |