MaxServiceThreads Property

[This documentation is for preview only, and is subject to change in later releases. Blank topics are included as placeholders.]

Gets or sets the maximum number of threads used to process Http requests. The default value is 5. /// Use this as a tuning parameter and be conservative.

Namespace:  Dpws.Device
Assembly:  MFDpwsDevice (in MFDpwsDevice.dll)

Syntax

'Declaration
Public Shared Property MaxServiceThreads As Integer
public static int MaxServiceThreads { get; set; }
public:
static property int MaxServiceThreads {
    int get ();
    void set (int value);
}
static member MaxServiceThreads : int with get, set
static function get MaxServiceThreads () : int
static function set MaxServiceThreads (value : int)

Property Value

Type: System. . :: . .Int32
The maximum number of threads used to process Http requests.

Remarks

Use this property as a tuning parameter, and be conservative with the number of threads allotted.

.NET Framework Security

See Also

Reference

Device Class

Dpws.Device Namespace