[Missing <summary> documentation for "M:BasicCard.Framework.CardReaderObserver.WaitForCard(BasicCard.Framework.ICardSelector,System.TimeSpan,System.Boolean)"]

Namespace: BasicCard.Framework
Assembly: BasicCard (in BasicCard.dll) Version: 2.5.2.0 (2.5.2.0)

Syntax

C#
public ICardConnection WaitForCard(
	ICardSelector selector,
	TimeSpan timeout,
	bool shared
)
Visual Basic
Public Function WaitForCard ( 
	selector As ICardSelector,
	timeout As TimeSpan,
	shared As Boolean
) As ICardConnection
Visual C++
public:
ICardConnection^ WaitForCard(
	ICardSelector^ selector, 
	TimeSpan timeout, 
	bool shared
)
F#
member WaitForCard : 
        selector : ICardSelector * 
        timeout : TimeSpan * 
        shared : bool -> ICardConnection 

Parameters

selector
Type: BasicCard.Framework..::..ICardSelector
Selector to be used to identify the card.
timeout
Type: System..::..TimeSpan
Maximum time to wait for a matching card or TimeSpan.MaxValue to wait indefinite.
shared
Type: System..::..Boolean
If true card should available for shared use, otherwise exclusiv access is required.

Return Value

Type: ICardConnection
Card connection or null if timed out.

See Also