Applies the dispatch behavior for the operation which is to replace 
            the DataContract serializer with the NetDataContractSerializer behavior.
            
    Namespace: 
   Mindscape.LightSpeed.ServiceModelAssembly: Mindscape.LightSpeed.ServiceModel (in Mindscape.LightSpeed.ServiceModel.dll)
Version: 4.0.0.0 (4.0.0.0)
Syntax
| C# | 
|---|
public void ApplyDispatchBehavior( OperationDescription description, DispatchOperation dispatch )  | 
| Visual Basic (Declaration) | 
|---|
Public Sub ApplyDispatchBehavior ( _ description As OperationDescription, _ dispatch As DispatchOperation _ )  | 
Parameters
- description
 - Type: System.ServiceModel.Description..::.OperationDescription
The description of the Operation. 
- dispatch
 - Type: System.ServiceModel.Dispatcher..::.DispatchOperation
The DispatchOperation instance (not used for this implementation).