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
dmaid
intThe DataMiner Agent ID.
eid
intThe element ID.
pid
intThe parameter ID.
key
stringThe 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
dmaid
intThe DataMiner Agent ID.
eid
intThe element ID.
pid
intThe parameter ID.
key
stringThe key of the row.
raw
boolIndicates 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)