[]
        
(Showing Draft Content)

C1.DataCollection.ISupportConnection

ISupportConnection Interface

Specifies a calling contract for collections that needs a connection to the source.

Namespace: C1.DataCollection
Assembly: C1.DataCollection.dll
Syntax
public interface ISupportConnection

Properties

Name Description
ConnectionState

Gets the state of the connection to the source.

Methods

Name Description
ConnectAsync(CancellationToken)

Connects the collection to the source.

DisconnectAsync(CancellationToken)

Disconnects the collection from the source.