Table of Contents

Method ByName

Namespace
Skyline.DataMiner.Automation
Assembly
SLManagedAutomation.dll

ByName(string)

Creates a new ServiceFilter object with NameFilter set to the specified name filter.

public static ServiceFilter ByName(string name)

Parameters

name string

The service name filter (can contain * and ? wildcards).

Returns

ServiceFilter

A new ServiceFilter object with NameFilter set to the specified name filter.

Examples

var filter = ServiceFilter.ByName("Test*");