Method ConsumerFileProduced
ConsumerFileProduced(string, bool, bool)
Inform the manager that file is produced and is ready for upload.
Declaration
public void ConsumerFileProduced(string filePath, bool synchronous = false, bool isArtifact = true)
Parameters
| Type | Name | Description |
|---|---|---|
| string | filePath | Full path to the file on the local file system |
| bool | synchronous | boolean indicating if the upload is to be done synchronously. |
| bool | isArtifact | A flag indicating if the file being consumed is an artifact or not. |