Click or drag to resize

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
)

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