LiquidTechnologies.XmlObjects Namespace / XmlContractBehaviorAttribute Class / ApplyDispatchBehavior Method

In This Topic
    ApplyDispatchBehavior Method
    In This Topic
    Syntax
    'Declaration
     
    
    Public Sub ApplyDispatchBehavior( _
       ByVal contractDescription As System.ServiceModel.Description.ContractDescription, _
       ByVal endpoint As System.ServiceModel.Description.ServiceEndpoint, _
       ByVal dispatchRuntime As System.ServiceModel.Dispatcher.DispatchRuntime _
    ) 
    public void ApplyDispatchBehavior( 
       System.ServiceModel.Description.ContractDescription contractDescription,
       System.ServiceModel.Description.ServiceEndpoint endpoint,
       System.ServiceModel.Dispatcher.DispatchRuntime dispatchRuntime
    )

    Parameters

    contractDescription
    endpoint
    dispatchRuntime
    Requirements

    Target Platforms: Windows 10, Windows 8, Windows 7, Windows Vista, Windows Server 2016, Windows Server 2012, Windows Server 2008. Please ensure you have the latest Service Pack for your operating system installed.

    See Also