The CardRequestForWait type exposes the following members.

Properties

  NameDescription
Public propertyCanceled
True if request has been canceled
(Inherited from CardRequestBase.)
Public propertyCanShare
Resulting share mode. True if card can be shared to fit request, false if not.
(Inherited from CardRequestBase.)
Public propertyCardSelector
Get/set card selector to use for find matching cards. Null for all cards.
(Inherited from CardRequestBase.)
Public propertyConnection
Acquired card connection or null
Public propertyException
Reason for failed connection or null if none.
Public propertyMonitoredReaders
Get/set readers to monitor for this request. Null for all.
(Inherited from CardRequestBase.)
Protected propertyObserver
Card reader observer belonging to this request
(Inherited from CardRequestBase.)
Public propertyShared
Get/set shared property. If shared is true and CardSelector is null or does noes need exclusive connection, then a shared connection is sufficient and used.
(Inherited from CardRequestBase.)
Public propertySuspended
Get/set the suspended state. Suspended requests (Suspended=true) will not receive events.
(Inherited from CardRequestBase.)
Public propertyTag
Get/set custom object assigned to request
(Inherited from CardRequestBase.)

See Also