Click or drag to resize

IProvisioningMonitorRetryFailedJobAsync 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#
[OperationContractAttribute(Action = "http://schemas.omada.net/ois/2014/Provisioning/Monitor/IProvisioningMonitor/RetryFailedJob", 
	ReplyAction = "http://schemas.omada.net/ois/2014/Provisioning/Monitor/IProvisioningMonitor/RetryFailedJobResponse")]
Task<bool> RetryFailedJobAsync(
	int JobId
)

Parameters

JobId
Type: SystemInt32

Return Value

Type: TaskBoolean
See Also