ApplyDispatchBehavior Method

Summary

Provides the ability to change run-time property values or insert custom extension objects such as error handlers, message or parameter interceptors, security extensions, and other custom extension objects.

Syntax
C#
VB
C++
public void ApplyDispatchBehavior( 
   ServiceDescription serviceDescription, 
   ServiceHostBase serviceHostBase 
) 
  
Public Sub ApplyDispatchBehavior( _ 
   ByVal serviceDescription As ServiceDescription, _ 
   ByVal serviceHostBase As ServiceHostBase _ 
)  
public: 
void ApplyDispatchBehavior(  
   ServiceDescription^ serviceDescription, 
   ServiceHostBase^ serviceHostBase 
)  

Parameters

serviceDescription
The service description.

serviceHostBase
The host that is currently being built.

Requirements

Target Platforms

Help Version 20.0.2020.3.31
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2020 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Medical.Worklist.Wcf Assembly