C# Class Opc.Ua.Configuration.Service

Represents a windows service
ファイルを表示 Open project: OPCFoundation/UA-.NET Class Usage Examples

Public Methods

Method Description
Service ( ) : System

Constructor for Service

Service ( string name ) : System

Constructor for Service

Method Details

Service() public method

Constructor for Service
public Service ( ) : System
return System

Service() public method

Constructor for Service
public Service ( string name ) : System
name string The service name.
return System