Click or drag to resize

ServiceFaultMessageInspectorBeforeSendReply Method

Namespace:  LSOmni.Service
Assembly:  LSOmni.Service (in LSOmni.Service.dll) Version: Commerce Service for LS Central 2026.4
Syntax
C#
public void BeforeSendReply(
	ref Message reply,
	Object correlationState
)

Parameters

reply
Type: System.ServiceModel.ChannelsMessage
correlationState
Type: SystemObject

Implements

IDispatchMessageInspectorBeforeSendReply(Message, Object)
See Also