EasyUA Reference
AfterReceiveReply Method
See Also  Send Feedback
Opc.Ua.Core.Net4 Assembly > Opc.Ua Namespace > ServiceMessageContextMessageInspector Class : AfterReceiveReply Method

reply
The message to be transformed into types and handed back to the client application.
correlationState
Correlation state data.

Glossary Item Box

Enables inspection or modification of a message after a reply message is received but prior to passing it back to the client application.

Syntax

Visual Basic (Usage)Copy Code
Dim instance As ServiceMessageContextMessageInspector
Dim reply As Message
Dim correlationState As Object
 
instance.AfterReceiveReply(reply, correlationState)
C# 
public void AfterReceiveReply( 
   ref Message reply,
   object correlationState
)

Parameters

reply
The message to be transformed into types and handed back to the client application.
correlationState
Correlation state data.

Requirements

Target Platforms: Windows 7/8/10, Windows Server 2003/2008/2012/2015, .NET4.x

See Also

Copyright © 2018 Advosol Inc. All Rights Reserved.