Opc.Ua.Core
GetServiceContract Method



Opc.Ua Namespace > ServerBase Class : GetServiceContract Method
Returns the service contract to use.
Syntax
'Declaration
 
Protected Overridable Function GetServiceContract() As Type
'Usage
 
Dim instance As ServerBase
Dim value As Type
 
value = instance.GetServiceContract()
protected virtual Type GetServiceContract()
protected:
virtual Type^ GetServiceContract(); 
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

ServerBase Class
ServerBase Members