Initializes a new instance of the CardRequestForEvents class

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

Syntax

C#
public CardRequestForEvents(
	ICardService service
)
Visual Basic
Public Sub New ( 
	service As ICardService
)
Visual C++
public:
CardRequestForEvents(
	ICardService^ service
)
F#
new : 
        service : ICardService -> CardRequestForEvents

Parameters

service
Type: BasicCard.GenericCards..::..ICardService
Service to match cards for.

Remarks

Raise events for all cards matching the specified service. Raise unlimeted amount of events.

See Also