Click or drag to resize

ProvisioningMonitorClientClearThresholdStatisticsAsync 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<bool> ClearThresholdStatisticsAsync(
	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: TaskBoolean

Implements

IProvisioningMonitorClearThresholdStatisticsAsync(Guid, ThresholdAction, Int32)
See Also