Table of Contents

Class WINSService

Namespace
CENTREL.XIA.Configuration.Types
Assembly
CENTREL.XIA.Configuration.Types.dll

Represents the WINS (Windows Internet Naming Service) service running on a Microsoft Windows server.

[SupportsClientScan]
[SupportsSupportProvisions]
public class WINSService : BaseConfigurationType
Inheritance
WINSService
Inherited Members

Constructors

WINSService()

Initializes a new instance of the CENTREL.XIA.Configuration.Types.WINSService class.

public WINSService()

Properties

WINSConfiguration

Gets or sets the configuration of this WINS service.

public WINSServiceConfiguration WINSConfiguration { get; set; }

Property Value

WINSServiceConfiguration

Methods

Clone()

Creates a clone of this CENTREL.XIA.Configuration.Types.WINSService object.

public WINSService Clone()

Returns

WINSService

A clone of this CENTREL.XIA.Configuration.Types.WINSService object.

FromXml(string)

Returns the CENTREL.XIA.Configuration.Types.WINSService service from the specified XML data.

public static WINSService FromXml(string Xml)

Parameters

Xml string

The XML representation of the WINS Service.

Returns

WINSService

A CENTREL.XIA.Configuration.Types.WINSService from the specified XML.