WCF-Xtensions Class Reference for Mono
CreateDispatcherBehavior Method






The operation to which the behavior will be associated.
Initializes a new instance of EnvelopeBehavior for associated operation on the service side.
Syntax
'Declaration
 
Public Shared Function CreateDispatcherBehavior( _
   ByVal operation As System.ServiceModel.Description.OperationDescription _
) As EnvelopeBehavior
'Usage
 
Dim operation As System.ServiceModel.Description.OperationDescription
Dim value As EnvelopeBehavior
 
value = EnvelopeBehavior.CreateDispatcherBehavior(operation)
public static EnvelopeBehavior CreateDispatcherBehavior( 
   System.ServiceModel.Description.OperationDescription operation
)
public function CreateDispatcherBehavior( 
    operation: System.ServiceModel.Description.OperationDescription
): EnvelopeBehavior; static; 
public static function CreateDispatcherBehavior( 
   operation : System.ServiceModel.Description.OperationDescription
) : EnvelopeBehavior;
public: static EnvelopeBehavior* CreateDispatcherBehavior( 
   System.ServiceModel.Description.OperationDescription* operation
) 
public:
static EnvelopeBehavior^ CreateDispatcherBehavior( 
   System.ServiceModel.Description.OperationDescription^ operation
) 

Parameters

operation
The operation to which the behavior will be associated.

Return Value

A new instance of EnvelopeBehavior.
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

EnvelopeBehavior Class
EnvelopeBehavior Members

Send Feedback