JAMS Developer Guide
ApplyClientBehavior Method


MVPSI.JAMS Namespace > TenantMessageClientBehavior Class : ApplyClientBehavior Method
Syntax
'Declaration
 
Public Sub ApplyClientBehavior( _
   ByVal endpoint As System.ServiceModel.Description.ServiceEndpoint, _
   ByVal clientRuntime As System.ServiceModel.Dispatcher.ClientRuntime _
) 
'Usage
 
Dim instance As TenantMessageClientBehavior
Dim endpoint As System.ServiceModel.Description.ServiceEndpoint
Dim clientRuntime As System.ServiceModel.Dispatcher.ClientRuntime
 
instance.ApplyClientBehavior(endpoint, clientRuntime)
public void ApplyClientBehavior( 
   System.ServiceModel.Description.ServiceEndpoint endpoint,
   System.ServiceModel.Dispatcher.ClientRuntime clientRuntime
)

Parameters

endpoint
clientRuntime
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

TenantMessageClientBehavior Class
TenantMessageClientBehavior Members