[Missing <summary> documentation for "M:BasicCard.Framework.CardReaderObserver.WaitForCardService(BasicCard.GenericCards.ICardService,System.TimeSpan)"]

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

Syntax

C#
public ICardService WaitForCardService(
	ICardService cardservice,
	TimeSpan timeout
)
Visual Basic
Public Function WaitForCardService ( 
	cardservice As ICardService,
	timeout As TimeSpan
) As ICardService
Visual C++
public:
ICardService^ WaitForCardService(
	ICardService^ cardservice, 
	TimeSpan timeout
)
F#
member WaitForCardService : 
        cardservice : ICardService * 
        timeout : TimeSpan -> ICardService 

Parameters

cardservice
Type: BasicCard.GenericCards..::..ICardService
Object of requested card service class.
timeout
Type: System..::..TimeSpan
Maximum time to wait for a matching card or TimeSpan.MaxValue to wait indefinite.

Return Value

Type: ICardService
cardservice object or null (Nothing) if timed out.

See Also