WSDiscoveryForDspi.StartDiscovery Method (MatchCriteria)

Invoke this method to start receiving Hello and Bye messages from services on RFID devices that satisfy the match criteria.

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

Syntax

'Declaration

Public Sub StartDiscovery ( _
    matchCriteria As MatchCriteria _
)
public void StartDiscovery (
    MatchCriteria matchCriteria
)
public:
void StartDiscovery (
    MatchCriteria^ matchCriteria
)
public void StartDiscovery (
    MatchCriteria matchCriteria
)
public function StartDiscovery (
    matchCriteria : MatchCriteria
)

Parameters

  • matchCriteria
    The matching criteria to be used.

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