Table of Contents

Class DmsService

Namespace
Skyline.DataMiner.Core.DataMinerSystem.Common
Assembly
Skyline.DataMiner.Core.DataMinerSystem.Common.dll

Represents a DataMiner service.

public sealed class DmsService : DmsObject, IDmsService, IDmsObject, IUpdateable
Inheritance
DmsService
Implements
Inherited Members
Extension Methods

Constructors

DmsService(IDms, DmsServiceId)

Initializes a new instance of the DmsService class.

Properties

AdvancedSettings

Gets the advanced settings of the service.

AgentId

Gets the DataMiner Agent ID.

Description

Gets or sets the service description.

DmsServiceId

Gets the system-wide service ID of the service.

Host

Gets the DataMiner Agent that hosts this service.

Id

Gets the service ID.

Name

Gets or sets the service name.

ParameterSettings

Gets the Parameter settings of the service.

Properties

Gets the properties of this service.

ReplicationSettings

Gets the replication settings.

Views

Gets the views the service is part of.

Methods

Delete()

Deletes the service.

Duplicate(string, IDma)

Duplicates the service.

Exists()

Determines whether this DataMiner service exists in the DataMiner System.

GetState()

Gets the service state.

ToString()

Returns a string that represents the current object.

Update()

Updates the service.