Click or drag to resize

ProvisioningClientSubmitBatchAsync Method

Namespace:  Omada.OE.Solution.OIM.AppLogic.OPS.WCF
Assembly:  Omada.OE.Solution.OIM.AppLogic (in Omada.OE.Solution.OIM.AppLogic.dll) Version: 15.0.0.0
Syntax
C#
public Task<batchResponse> SubmitBatchAsync(
	batch theBatch
)

Parameters

theBatch
Type: Omada.OE.Solution.OIM.AppLogic.OPS.WCFbatch

Return Value

Type: TaskbatchResponse

Implements

IProvisioningClientSubmitBatchAsync(batch)
See Also