JAMS Developer Guide
AfterReceiveReply Method


MVPSI.JAMS Namespace > TenantMessageClient Class : AfterReceiveReply Method
Syntax
'Declaration
 
Public Sub AfterReceiveReply( _
   ByRef reply As System.ServiceModel.Channels.Message, _
   ByVal correlationState As System.Object _
) 
'Usage
 
Dim instance As TenantMessageClient
Dim reply As System.ServiceModel.Channels.Message
Dim correlationState As System.Object
 
instance.AfterReceiveReply(reply, correlationState)
public void AfterReceiveReply( 
   ref System.ServiceModel.Channels.Message reply,
   System.object correlationState
)

Parameters

reply
correlationState
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

TenantMessageClient Class
TenantMessageClient Members