Opc.Ua.Core
FindService Method



Opc.Ua Namespace > EndpointBase Class : FindService Method
Finds the service identified by the request type.
Syntax
'Declaration
 
Protected Function FindService( _
   ByVal requestTypeId As ExpandedNodeId _
) As EndpointBase.ServiceDefinition
'Usage
 
Dim instance As EndpointBase
Dim requestTypeId As ExpandedNodeId
Dim value As EndpointBase.ServiceDefinition
 
value = instance.FindService(requestTypeId)
protected EndpointBase.ServiceDefinition FindService( 
   ExpandedNodeId requestTypeId
)
protected:
EndpointBase.ServiceDefinition^ FindService( 
   ExpandedNodeId^ requestTypeId
) 

Parameters

requestTypeId
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

EndpointBase Class
EndpointBase Members