Click or drag to resize
IDeviceMonitoringManagerGetStatusLog Method

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

[Missing <summary> documentation for "M:Netadmin.Management.Monitoring.IDeviceMonitoringManager.GetStatusLog(System.String,System.Int32,System.Int32,System.String,System.Int32,System.Int32)"]

Namespace: Netadmin.Management.Monitoring
Assembly: Netadmin.Management (in Netadmin.Management.dll) Version: release/9.0@131b654fe7332b0776120c2b44d96c6cac5ac9a2
Syntax
DataTable GetStatusLog(
	string orderByquery,
	int objectTypeId,
	int nbrOfRetries,
	string statusCode,
	int startIndex,
	int maxCount
)

Parameters

orderByquery
Type: SystemString

[Missing <param name="orderByquery"/> documentation for "M:Netadmin.Management.Monitoring.IDeviceMonitoringManager.GetStatusLog(System.String,System.Int32,System.Int32,System.String,System.Int32,System.Int32)"]

objectTypeId
Type: SystemInt32

[Missing <param name="objectTypeId"/> documentation for "M:Netadmin.Management.Monitoring.IDeviceMonitoringManager.GetStatusLog(System.String,System.Int32,System.Int32,System.String,System.Int32,System.Int32)"]

nbrOfRetries
Type: SystemInt32

[Missing <param name="nbrOfRetries"/> documentation for "M:Netadmin.Management.Monitoring.IDeviceMonitoringManager.GetStatusLog(System.String,System.Int32,System.Int32,System.String,System.Int32,System.Int32)"]

statusCode
Type: SystemString

[Missing <param name="statusCode"/> documentation for "M:Netadmin.Management.Monitoring.IDeviceMonitoringManager.GetStatusLog(System.String,System.Int32,System.Int32,System.String,System.Int32,System.Int32)"]

startIndex
Type: SystemInt32

[Missing <param name="startIndex"/> documentation for "M:Netadmin.Management.Monitoring.IDeviceMonitoringManager.GetStatusLog(System.String,System.Int32,System.Int32,System.String,System.Int32,System.Int32)"]

maxCount
Type: SystemInt32

[Missing <param name="maxCount"/> documentation for "M:Netadmin.Management.Monitoring.IDeviceMonitoringManager.GetStatusLog(System.String,System.Int32,System.Int32,System.String,System.Int32,System.Int32)"]

Return Value

Type: DataTable

[Missing <returns> documentation for "M:Netadmin.Management.Monitoring.IDeviceMonitoringManager.GetStatusLog(System.String,System.Int32,System.Int32,System.String,System.Int32,System.Int32)"]

See Also