Initializes a new instance of the CardRequestForWait class

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

Syntax

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

Parameters

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

Remarks

Accept all cards matching the specified service.

See Also