System.ServiceModel
4.0.0.0
System.ServiceModel.Configuration.BehaviorExtensionElement
To be added.
Represents a configuration element that specifies the throttling mechanism of indigo1. This class cannot be inherited.
Constructor
4.0.0.0
To be added.
Initializes a new instance of the class.
Property
4.0.0.0
System.Type
To be added.
To be added.
Gets the type of this behavior configuration element.
Method
4.0.0.0
System.Object
To be added.
To be added.
To be added.
Property
4.0.0.0
System.Configuration.ConfigurationProperty("maxConcurrentCalls", DefaultValue=Mono.Cecil.CustomAttributeArgument, Options=System.Configuration.ConfigurationPropertyOptions.None)
System.Configuration.IntegerValidator(ExcludeRange=false, MaxValue=2147483647, MinValue=1)
System.Int32
To be added.
Calls in excess of the limit are queued. Setting this value to 0 is equivalent to setting it to .
Gets or sets a value that specifies the maximum number of concurrent calls to a single service instance.
Property
4.0.0.0
System.Configuration.ConfigurationProperty("maxConcurrentInstances", DefaultValue=Mono.Cecil.CustomAttributeArgument, Options=System.Configuration.ConfigurationPropertyOptions.None)
System.Configuration.IntegerValidator(ExcludeRange=false, MaxValue=2147483647, MinValue=1)
System.Int32
To be added.
Requests to create additional instances are queued and complete when a slot below the limit becomes available.
Gets or sets a value that specifies the maximum number of concurrent service instances.
Property
4.0.0.0
System.Configuration.ConfigurationProperty("maxConcurrentSessions", DefaultValue=Mono.Cecil.CustomAttributeArgument, Options=System.Configuration.ConfigurationPropertyOptions.None)
System.Configuration.IntegerValidator(ExcludeRange=false, MaxValue=2147483647, MinValue=1)
System.Int32
To be added.
The service accepts connections in excess of the limit. However, only the channels below the limit are active and messages are only read from active channels. Setting this property to 0 is equivalent to setting it to .
Gets or sets a value that specifies the maximum number of concurrent connections to a single service.
Property
4.0.0.0
System.Configuration.ConfigurationPropertyCollection
To be added.
To be added.
To be added.