Table of Contents

Constructor Source

Namespace
Skyline.DataMiner.Core.InterAppCalls.Common.Shared
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

name string

A 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

name string

A textual representation of the source.

agentId int

The DataMiner Agent ID.

elementId int

The element ID.

Exceptions

ArgumentNullException

name is null.

ArgumentException

agentId or elementId is negative.