| 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
)
Public Sub New (
configuration As XElement
)
public:
ServiceThrottlingBehavior(
XElement^ configuration
)
new :
configuration : XElement -> ServiceThrottlingBehavior
Parameters
- configuration
- Type: System.Xml.LinqXElement
[Missing <param name="configuration"/> documentation for "M:RestSrvr.Behaviors.ServiceThrottlingBehavior.#ctor(System.Xml.Linq.XElement)"]
Remarks Configuration object
<element maxConcurrency="4" />
See Also