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
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see dd66cd4c-b087-415f-9c3e-94e3a1835f74.