Click or drag to resize

webDatasetSourceDeploy Method

imbSCI | imbACE | imbNLP | imbWEM | imbWBI

[This is preliminary documentation and is subject to change.]

Deploys the dataset source (prepares for operation)

Namespace:  imbWEM.Core.webDataset
Assembly:  imbWEM.Core (in imbWEM.Core.dll) Version: 0.3.55
Syntax
C#
public void Deploy(
	ILogBuilder logger = null
)

Parameters

logger (Optional)
Type: ILogBuilder
The logger.
See Also