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

reply
The reply message. This value is null if the operation is one way.
correlationState
The correlation object returned from the System.ServiceModel.Dispatcher.IDispatchMessageInspector.AfterReceiveRequest(System.ServiceModel.Channels.Message@,System.ServiceModel.IClientChannel,System.ServiceModel.InstanceContext) method.

Glossary Item Box

Called after the operation has returned but before the reply message is sent.

Syntax

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

Parameters

reply
The reply message. This value is null if the operation is one way.
correlationState
The correlation object returned from the System.ServiceModel.Dispatcher.IDispatchMessageInspector.AfterReceiveRequest(System.ServiceModel.Channels.Message@,System.ServiceModel.IClientChannel,System.ServiceModel.InstanceContext) method.

Requirements

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

See Also

Copyright © 2018 Advosol Inc. All Rights Reserved.