Table of Contents

Method GetDms

Namespace
Skyline.DataMiner.Library.Common.Temp
Assembly
Skyline.DataMiner.Core.AppPackageInstaller.dll

GetDms(IConnection)

Gets an object implementing the IDms interface using an object that implements the IConnection class.

public static IDms GetDms(this IConnection connection)

Parameters

connection IConnection

The connection interface.

Returns

IDms

Object implementing the IDms interface.

Exceptions

ArgumentNullException

connection is null.