Click or drag to resize

IProvisioningMonitorGetOpsSystemStatusAsync 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/GetOpsSystemStatus", 
	ReplyAction = "http://schemas.omada.net/ois/2014/Provisioning/Monitor/IProvisioningMonitor/GetOpsSystemStatusResponse")]
Task<OpsSystemData> GetOpsSystemStatusAsync(
	Guid SystemUId
)

Parameters

SystemUId
Type: SystemGuid

Return Value

Type: TaskOpsSystemData
See Also