Opc.Ua.Core
RequestCompleted Method



Opc.Ua Namespace > ClientBase Class : RequestCompleted Method
The request.
The response.
The name of the service.
Called when a request completes.
Syntax
'Declaration
 
Protected Overridable Sub RequestCompleted( _
   ByVal request As IServiceRequest, _
   ByVal response As IServiceResponse, _
   ByVal serviceName As String _
) 
'Usage
 
Dim instance As ClientBase
Dim request As IServiceRequest
Dim response As IServiceResponse
Dim serviceName As String
 
instance.RequestCompleted(request, response, serviceName)
protected virtual void RequestCompleted( 
   IServiceRequest request,
   IServiceResponse response,
   string serviceName
)
protected:
virtual void RequestCompleted( 
   IServiceRequest^ request,
   IServiceResponse^ response,
   String^ serviceName
) 

Parameters

request
The request.
response
The response.
serviceName
The name of the service.
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

ClientBase Class
ClientBase Members