Delegate MTConnectorClient.PackageSelectionCallback
- Namespace
- Datamine.MineTrustConnector.Core
- Assembly
- Datamine.MineTrustConnector.Core.dll
Delegate which selects a destination package for the
incoming
LocalFileRecord. Returning null
from the
delegate skips processing of this file.
public delegate PackageConfiguration? MTConnectorClient.PackageSelectionCallback(LocalFileRecord fileToSend)
Parameters
fileToSend
LocalFileRecord-
The file record being handled.
Returns
- PackageConfiguration
- Delegate which selects a destination package for the incoming . Returning null from the delegate skips processing of this file.