MaxDiscoveryThreads 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 Udp (Discovery) requests. The default value is 5.

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

Syntax

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

Property Value

Type: System. . :: . .Int32
The maximum number of threads used to process Udp (Discovery) 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