Constructor Source
- Assembly
- Skyline.DataMiner.Core.InterAppCalls.Common.dll
Source()
Initializes a new instance of the Source class.
public Source()
Source(string)
Initializes a new instance of the Source class using the specified name.
public Source(string name)
Parameters
namestringA textual representation of the source.
Exceptions
- ArgumentNullException
Name is null empty or white space.
Source(string, int, int)
Initializes a new instance of the Source class using the specified name, DataMiner Agent ID and element ID.
public Source(string name, int agentId, int elementId)
Parameters
namestringA textual representation of the source.
agentIdintThe DataMiner Agent ID.
elementIdintThe element ID.
Exceptions
- ArgumentNullException
nameis null.- ArgumentException
agentIdorelementIdis negative.