Opc.Ua.Core
EndProcessRequest Method (EndpointBase)



Opc.Ua Namespace > EndpointBase Class : EndProcessRequest Method
The result returned by the BeginProcessRequest method.
Ends processing a request received via a binary encoded channel.
Syntax
'Declaration
 
Public Function EndProcessRequest( _
   ByVal result As IAsyncResult _
) As IServiceResponse
'Usage
 
Dim instance As EndpointBase
Dim result As IAsyncResult
Dim value As IServiceResponse
 
value = instance.EndProcessRequest(result)
public IServiceResponse EndProcessRequest( 
   IAsyncResult result
)
public:
IServiceResponse^ EndProcessRequest( 
   IAsyncResult^ result
) 

Parameters

result
The result returned by the BeginProcessRequest method.

Return Value

The response to return over the secure channel.
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
BeginProcessRequest Method