[Missing <summary> documentation for "M:BasicCard.Framework.CardReaderObserver.WaitForCardService(BasicCard.GenericCards.ICardService,System.TimeSpan,BasicCard.Terminals.ICardReader[])"]
Namespace: BasicCard.FrameworkAssembly: BasicCard (in BasicCard.dll) Version: 2.5.2.0 (2.5.2.0)
Syntax
C# |
---|
public ICardService WaitForCardService(
ICardService cardservice,
TimeSpan timeout,
ICardReader[] readersToSearch
) |
Visual Basic |
---|
Public Function WaitForCardService (
cardservice As ICardService,
timeout As TimeSpan,
readersToSearch As ICardReader()
) As ICardService |
Visual C++ |
---|
public:
ICardService^ WaitForCardService(
ICardService^ cardservice,
TimeSpan timeout,
array<ICardReader^>^ readersToSearch
) |
F# |
---|
member WaitForCardService :
cardservice : ICardService *
timeout : TimeSpan *
readersToSearch : ICardReader[] -> 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.
- readersToSearch
- Type: array<BasicCard.Terminals..::..ICardReader>[]()[][]
Array of card readers to search. Or null to search within all available card readers.
Return Value
Type:
ICardServicecardservice object or null (Nothing) if timed out.
See Also