WSDiscoveryForDspi.MatchTimeout Property

Time-out in seconds before all probe matches are expected. Default value is 10. SearchAsync methods use this time-out.

Namespace: Microsoft.Rfid.WSDiscovery
Assembly: Microsoft.Rfid.WsDiscovery (in microsoft.rfid.wsdiscovery.dll)

Syntax

'Declaration

Public Property MatchTimeout As Integer
public int MatchTimeout { get; set; }
public:
property int MatchTimeout {
    int get ();
    void set (int value);
}
/** @property */
public int get_MatchTimeout ()

/** @property */
public void set_MatchTimeout (int value)
public function get MatchTimeout () : int

public function set MatchTimeout (value : int)

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

Platforms

Development Platforms

Windows XP Home Edition, Windows XP Professional, Windows Server 2003, Windows Longhorn, and Windows 2000

Target Platforms

See Also

Reference

WSDiscoveryForDspi Class
WSDiscoveryForDspi Members
Microsoft.Rfid.WSDiscovery Namespace