Opc.Ua.Core
OnResponseSent Method



Opc.Ua Namespace > EndpointBase Class : OnResponseSent Method
The response.
Called when a response sent via the endpoint.
Syntax
'Declaration
 
Protected Overridable Sub OnResponseSent( _
   ByVal response As IServiceResponse _
) 
'Usage
 
Dim instance As EndpointBase
Dim response As IServiceResponse
 
instance.OnResponseSent(response)
protected virtual void OnResponseSent( 
   IServiceResponse response
)
protected:
virtual void OnResponseSent( 
   IServiceResponse^ response
) 

Parameters

response
The response.
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