Method Consume
Consume(object, bool, bool)
Consumes the object data.
Declaration
public void Consume(object data, bool synchronous = false, bool isArtifact = true)
Parameters
Type | Name | Description |
---|---|---|
object | data | data to be consumed. Generally a string representing a path. |
bool | synchronous | If true, consumption will complete before returning. |
bool | isArtifact | A flag indicating if object being consumed is artifact or not. |