The CardRequestForEvents type exposes the following members.
Constructors
Name | Description | |
---|---|---|
![]() | CardRequestForEvents()()()() | Initializes a new instance of the CardRequestForEvents class |
![]() | CardRequestForEvents(ICardSelector) | Initializes a new instance of the CardRequestForEvents class |
![]() | CardRequestForEvents(ICardService) | Initializes a new instance of the CardRequestForEvents class |
Methods
Name | Description | |
---|---|---|
![]() | Cancel |
Cancel request
(Inherited from CardRequestBase.) |
![]() | CreateObjRef | Creates an object that contains all the relevant information required to generate a proxy used to communicate with a remote object. (Inherited from MarshalByRefObject.) |
![]() | Dispose |
Disposing the CardRequest will cancel the request
(Inherited from CardRequestBase.) |
![]() | Equals | (Inherited from Object.) |
![]() | Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) |
![]() | GetHashCode | Serves as a hash function for a particular type. (Inherited from Object.) |
![]() | GetLifetimeService | Retrieves the current lifetime service object that controls the lifetime policy for this instance. (Inherited from MarshalByRefObject.) |
![]() | GetType | Gets the Type of the current instance. (Inherited from Object.) |
![]() | IgnoreCurrentCard |
Ignore current card. No further events will be generated for current card in specified reader.
(Inherited from CardRequestBase.) |
![]() | InitializeLifetimeService | Obtains a lifetime service object to control the lifetime policy for this instance. (Inherited from MarshalByRefObject.) |
![]() | MemberwiseClone()()()() | Creates a shallow copy of the current Object. (Inherited from Object.) |
![]() | MemberwiseClone(Boolean) | Creates a shallow copy of the current MarshalByRefObject object. (Inherited from MarshalByRefObject.) |
![]() | ReportCard |
Report card by raise events
(Overrides CardRequestBase..::..ReportCard(ICardReader, Boolean).) |
![]() | ReportCardRemoved |
Report card remove by raise events
(Overrides CardRequestBase..::..ReportCardRemoved(ICardReader, Object).) |
![]() | ToString | Returns a string that represents the current object. (Inherited from Object.) |
Fields
Name | Description | |
---|---|---|
![]() | sync |
Synchronization object for use with lock
(Inherited from CardRequestBase.) |
Properties
Name | Description | |
---|---|---|
![]() | Canceled |
True if request has been canceled
(Inherited from CardRequestBase.) |
![]() | CanShare |
Resulting share mode. True if card can be shared to fit request, false if not.
(Inherited from CardRequestBase.) |
![]() | CardSelector |
Get/set card selector to use for find matching cards. Null for all cards.
(Inherited from CardRequestBase.) |
![]() | EventContext |
Event context in which to invoke the event. This may e.g. be a Windows Form object.
|
![]() | FinishedRequestCount |
Get number of requests events processed.
|
![]() | MonitoredReaders |
Get/set readers to monitor for this request. Null for all.
(Inherited from CardRequestBase.) |
![]() | Observer |
Card reader observer belonging to this request
(Inherited from CardRequestBase.) |
![]() | OpenRequestCount |
Get/set number of requested events to call. -1 for indefinte (default).
|
![]() | Shared |
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.) |
![]() | Suspended |
Get/set the suspended state. Suspended requests (Suspended=true) will not receive events.
(Inherited from CardRequestBase.) |
![]() | Tag |
Get/set custom object assigned to request
(Inherited from CardRequestBase.) |
Events
Name | Description | |
---|---|---|
![]() | CardAvailableEvent |
Event called for each succesful or failed card connected for that request
|
![]() | CardRemoveEvent |
Event called for each succesful or failed card connected for that request
|