Click or drag to resize

IProvisioningMonitorClearThresholdStatistics 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/ClearThresholdStatistics", 
	ReplyAction = "http://schemas.omada.net/ois/2014/Provisioning/Monitor/IProvisioningMonitor/ClearThresholdStatisticsResponse")]
[FaultContractAttribute(typeof(string), Action = "http://schemas.omada.net/ois/2014/Provisioning/Monitor/IProvisioningMonitor/ClearThresholdStatisticsStringFault", 
	Name = "string", Namespace = "http://schemas.microsoft.com/2003/10/Serialization/")]
bool ClearThresholdStatistics(
	Guid SystemUId,
	ThresholdAction Action,
	int HoursToSuspend
)

Parameters

SystemUId
Type: SystemGuid
Action
Type: Omada.OE.Solution.OIM.AppLogic.OPS.WCFThresholdAction
HoursToSuspend
Type: SystemInt32

Return Value

Type: Boolean
See Also