Opc.Ua.Core
OperationCompleted Method (IChannelOutgoingRequest)



Opc.Ua Namespace > IChannelOutgoingRequest Interface : OperationCompleted Method
The response. May be null if an error is provided.
An error to result as a fault.
Used to indicate that the asynchronous operation has completed.
Syntax
'Declaration
 
Sub OperationCompleted( _
   ByVal response As IServiceResponse, _
   ByVal error As ServiceResult _
) 
'Usage
 
Dim instance As IChannelOutgoingRequest
Dim response As IServiceResponse
Dim error As ServiceResult
 
instance.OperationCompleted(response, error)
void OperationCompleted( 
   IServiceResponse response,
   ServiceResult error
)
void OperationCompleted( 
   IServiceResponse^ response,
   ServiceResult^ error
) 

Parameters

response
The response. May be null if an error is provided.
error
An error to result as a fault.
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

IChannelOutgoingRequest Interface
IChannelOutgoingRequest Members