Click or drag to resize

IDataEnricherApiQueue Method

Queues a data enriching job for specific data object id

Namespace:  Casewhere.Runtime.DSL.Api
Assembly:  Casewhere.Runtime (in Casewhere.Runtime.dll) Version: 2.8.1.0
Syntax
C#
void Queue(
	string dataObjectId
)

Parameters

dataObjectId
Type: SystemString

[Missing <param name="dataObjectId"/> documentation for "M:Casewhere.Runtime.DSL.Api.IDataEnricherApi.Queue(System.String)"]

See Also