| ServiceThrottlingBehaviorApplyServiceBehavior Method |
Apply the service behavior
Namespace:
RestSrvr.Behaviors
Assembly:
RestSrvr (in RestSrvr.dll) Version: 3.0.481-alpha
Syntax public void ApplyServiceBehavior(
RestService service,
ServiceDispatcher dispatcher
)
Public Sub ApplyServiceBehavior (
service As RestService,
dispatcher As ServiceDispatcher
)
public:
virtual void ApplyServiceBehavior(
RestService^ service,
ServiceDispatcher^ dispatcher
) sealed
abstract ApplyServiceBehavior :
service : RestService *
dispatcher : ServiceDispatcher -> unit
override ApplyServiceBehavior :
service : RestService *
dispatcher : ServiceDispatcher -> unit
Parameters
- service
- Type: RestSrvrRestService
[Missing <param name="service"/> documentation for "M:RestSrvr.Behaviors.ServiceThrottlingBehavior.ApplyServiceBehavior(RestSrvr.RestService,RestSrvr.ServiceDispatcher)"]
- dispatcher
- Type: RestSrvrServiceDispatcher
[Missing <param name="dispatcher"/> documentation for "M:RestSrvr.Behaviors.ServiceThrottlingBehavior.ApplyServiceBehavior(RestSrvr.RestService,RestSrvr.ServiceDispatcher)"]
Implements
IServiceBehaviorApplyServiceBehavior(RestService, ServiceDispatcher)See Also