EasyUA Reference
OperationCompleted Method
See Also  Send Feedback
Opc.Ua.Core.Net4 Assembly > Opc.Ua Namespace > IChannelOutgoingRequest Interface : OperationCompleted Method

response
The response. May be null if an error is provided.
error
An error to result as a fault.

Glossary Item Box

Used to indicate that the asynchronous operation has completed.

Syntax

Visual Basic (Usage)Copy Code
Dim instance As IChannelOutgoingRequest
Dim response As IServiceResponse
Dim error As ServiceResult
 
instance.OperationCompleted(response, error)
C# 
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/8/10, Windows Server 2003/2008/2012/2015, .NET4.x

See Also

Copyright © 2018 Advosol Inc. All Rights Reserved.