Opc.Ua.Core
State Property (ServiceHost)



Opc.Ua Namespace > ServiceHost Class : State Property
State of the service host.
Syntax
'Declaration
 
Public ReadOnly Property State As ServiceHostState
'Usage
 
Dim instance As ServiceHost
Dim value As ServiceHostState
 
value = instance.State
public ServiceHostState State {get;}
public:
property ServiceHostState State {
   ServiceHostState get();
}
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

ServiceHost Class
ServiceHost Members