Constructor GetTrendDataMessage
GetTrendDataMessage()
Initializes a new instance of the GetTrendDataMessage class representing a message to request trend data from a DataMiner Agent.
public GetTrendDataMessage()
GetTrendDataMessage(int, int, int)
Initializes a new instance of the GetTrendDataMessage class representing a message to request trend data from a DataMiner Agent.
public GetTrendDataMessage(int dmaid, int eid, int pid)
Parameters
GetTrendDataMessage(int, int, int, string)
Initializes a new instance of the GetTrendDataMessage class representing a message to request trend data from a DataMiner Agent.
public GetTrendDataMessage(int dmaid, int eid, int pid, string key)
Parameters
dmaidintThe DataMiner Agent ID.
eidintThe element ID.
pidintThe parameter ID.
keystringThe key of the row.
GetTrendDataMessage(int, int, int, string, bool)
Initializes a new instance of the GetTrendDataMessage class representing a message to request trend data from a DataMiner Agent.
public GetTrendDataMessage(int dmaid, int eid, int pid, string key, bool raw)
Parameters
dmaidintThe DataMiner Agent ID.
eidintThe element ID.
pidintThe parameter ID.
keystringThe key of the row.
rawboolIndicates whether raw data should be returned.
GetTrendDataMessage(int, int, int, string, bool, bool)
Initializes a new instance of the GetTrendDataMessage class representing a message to request trend data from a DataMiner Agent.
public GetTrendDataMessage(int dmaid, int eid, int pid, string key, bool raw, bool dateTimeUTC)