|
FormatSpecificationInspectorBeforeSendReply Method
|
Called after the operation has returned but before the reply message is sent.
Namespace: GSF.ServiceModel.ActivationAssembly: GSF.ServiceModel (in GSF.ServiceModel.dll) Version: 2.4.246-beta
Syntaxpublic void BeforeSendReply(
ref Message reply,
Object correlationState
)
Public Sub BeforeSendReply (
ByRef reply As Message,
correlationState As Object
)
public:
virtual void BeforeSendReply(
Message^% reply,
Object^ correlationState
) sealed
abstract BeforeSendReply :
reply : Message byref *
correlationState : Object -> unit
override BeforeSendReply :
reply : Message byref *
correlationState : Object -> unit
function BeforeSendReply(reply, correlationState);
View SourceParameters
- reply Message
- The reply message. This value is null if the operation is one way.
- correlationState Object
- The correlation object returned from the AfterReceiveRequest(Message, IClientChannel, InstanceContext) method.
Implements
IDispatchMessageInspectorBeforeSendReply(Message, Object)
See Also