AspNetCacheProfileAttribute.ApplyDispatchBehavior Method
[This documentation is for preview only, and is subject to change in later releases. Blank topics are included as placeholders.]
Implements a modification or extension of the service across an operation.
Namespace: System.ServiceModel.Web.Caching
Assembly: System.ServiceModel.Web (in System.ServiceModel.Web.dll)
Syntax
'Declaration
Public Sub ApplyDispatchBehavior ( _
operationDescription As OperationDescription, _
dispatchOperation As DispatchOperation _
)
'Usage
Dim instance As AspNetCacheProfileAttribute
Dim operationDescription As OperationDescription
Dim dispatchOperation As DispatchOperation
instance.ApplyDispatchBehavior(operationDescription, _
dispatchOperation)
public void ApplyDispatchBehavior(
OperationDescription operationDescription,
DispatchOperation dispatchOperation
)
public:
virtual void ApplyDispatchBehavior(
OperationDescription^ operationDescription,
DispatchOperation^ dispatchOperation
) sealed
public final function ApplyDispatchBehavior(
operationDescription : OperationDescription,
dispatchOperation : DispatchOperation
)
abstract ApplyDispatchBehavior :
operationDescription:OperationDescription *
dispatchOperation:DispatchOperation -> unit
override ApplyDispatchBehavior :
operationDescription:OperationDescription *
dispatchOperation:DispatchOperation -> unit
Parameters
- operationDescription
Type: System.ServiceModel.Description.OperationDescription
The operation.
- dispatchOperation
Type: System.ServiceModel.Dispatcher.DispatchOperation
The run-time object that exposes customization properties for the operation described by operationDescription.
Implements
IOperationBehavior.ApplyDispatchBehavior(OperationDescription, DispatchOperation)
Platforms
Windows 7, Windows Vista, Windows XP SP2, Windows Server 2008, Windows Server 2003
The .NET Framework and .NET Compact Framework do not support all versions of every platform. For a list of the supported versions, see .NET Framework System Requirements.
Version Information
.NET Framework
Supported in: 4
See Also
Reference
AspNetCacheProfileAttribute Class