| IOperationBehaviorApplyOperationBehavior Method |
Allows the behavior to modify the dispatcher or operation as needed to implement the
behavior
Namespace:
RestSrvr
Assembly:
RestSrvr (in RestSrvr.dll) Version: 3.0.481-alpha
Syntax void ApplyOperationBehavior(
EndpointOperation operation,
OperationDispatcher dispatcher
)
Sub ApplyOperationBehavior (
operation As EndpointOperation,
dispatcher As OperationDispatcher
)
void ApplyOperationBehavior(
EndpointOperation^ operation,
OperationDispatcher^ dispatcher
)
abstract ApplyOperationBehavior :
operation : EndpointOperation *
dispatcher : OperationDispatcher -> unit
Parameters
- operation
- Type: RestSrvrEndpointOperation
[Missing <param name="operation"/> documentation for "M:RestSrvr.IOperationBehavior.ApplyOperationBehavior(RestSrvr.EndpointOperation,RestSrvr.OperationDispatcher)"]
- dispatcher
- Type: RestSrvrOperationDispatcher
The dispatcher that the endpoint will be using
See Also