Click or drag to resize

ServiceThrottlingBehavior Constructor (XElement)

Service throttling behavior with configuration

Namespace:  RestSrvr.Behaviors
Assembly:  RestSrvr (in RestSrvr.dll) Version: 3.0.481-alpha
Syntax
public ServiceThrottlingBehavior(
	XElement configuration
)

Parameters

configuration
Type: System.Xml.LinqXElement

[Missing <param name="configuration"/> documentation for "M:RestSrvr.Behaviors.ServiceThrottlingBehavior.#ctor(System.Xml.Linq.XElement)"]

Remarks
Configuration object
XML
<element maxConcurrency="4" />
See Also