Delegate MTConnectorClient.FilesReceivedCallback

Namespace
Datamine.MineTrustConnector.Core
Assembly
Datamine.MineTrustConnector.Core.dll

Delegate which handles a collection of files received from MineTrust. The records handled by the delegate should all be enriched by their LocalFilePath member.

public delegate void MTConnectorClient.FilesReceivedCallback(IEnumerable<LocalFileRecord> receivedFiles)

Parameters

receivedFiles IEnumerable<LocalFileRecord>

The received files.