Click or drag to resize
IDeviceSlaManagerGetSlalogsForDeviceBeetweenStrict Method

[This is preliminary documentation and is subject to change.]

[Missing <summary> documentation for "M:Netadmin.Management.Inventory.IDeviceSlaManager.GetSlalogsForDeviceBeetweenStrict(System.Int64,System.DateTime,System.DateTime,System.Int64)"]

Namespace: Netadmin.Management.Inventory
Assembly: Netadmin.Management (in Netadmin.Management.dll) Version: release/9.0@131b654fe7332b0776120c2b44d96c6cac5ac9a2
Syntax
IEnumerable<ISlaLog> GetSlalogsForDeviceBeetweenStrict(
	long deviceId,
	DateTime fromDateTime,
	DateTime toDateTime,
	long monitoringServiceId = 0
)

Parameters

deviceId
Type: SystemInt64

[Missing <param name="deviceId"/> documentation for "M:Netadmin.Management.Inventory.IDeviceSlaManager.GetSlalogsForDeviceBeetweenStrict(System.Int64,System.DateTime,System.DateTime,System.Int64)"]

fromDateTime
Type: SystemDateTime

[Missing <param name="fromDateTime"/> documentation for "M:Netadmin.Management.Inventory.IDeviceSlaManager.GetSlalogsForDeviceBeetweenStrict(System.Int64,System.DateTime,System.DateTime,System.Int64)"]

toDateTime
Type: SystemDateTime

[Missing <param name="toDateTime"/> documentation for "M:Netadmin.Management.Inventory.IDeviceSlaManager.GetSlalogsForDeviceBeetweenStrict(System.Int64,System.DateTime,System.DateTime,System.Int64)"]

monitoringServiceId (Optional)
Type: SystemInt64

[Missing <param name="monitoringServiceId"/> documentation for "M:Netadmin.Management.Inventory.IDeviceSlaManager.GetSlalogsForDeviceBeetweenStrict(System.Int64,System.DateTime,System.DateTime,System.Int64)"]

Return Value

Type: IEnumerableISlaLog

[Missing <returns> documentation for "M:Netadmin.Management.Inventory.IDeviceSlaManager.GetSlalogsForDeviceBeetweenStrict(System.Int64,System.DateTime,System.DateTime,System.Int64)"]

Exceptions
ExceptionCondition
ArgumentExceptionThe value of the device identifier must be greater than zero.
ObjectNotFoundExceptionCondition.
See Also