ProbeMatchDelay Property

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

Gets the maximum wait time for a probe match message response.

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

Syntax

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

Property Value

Type: System. . :: . .Int32
The maximum wait time for a probe match message response.

Remarks

The default value is 500 milliseconds. Set this value to 0 if implementing a discovery proxy.

.NET Framework Security

See Also

Reference

Device Class

Dpws.Device Namespace