Table of Contents

Method ByID

Namespace
Skyline.DataMiner.Automation
Assembly
SLManagedAutomation.dll

ByID(int, int)

Creates a new ServiceFilter object with DataMinerID and ServiceID set to the specified DataMiner Agent ID and service ID, respectively.

public static ServiceFilter ByID(int dataMinerID, int serviceID)

Parameters

dataMinerID int

The DataMiner Agent ID.

serviceID int

The service ID.

Returns

ServiceFilter

A new ServiceFilter object with DataMinerID and ServiceID set to the specified DataMiner Agent ID and service ID, respectively.

Examples

var filter = ServiceFilter.ByID(200, 4000);