Set to true to cancel further requests/events for this service

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

Syntax

C#
public bool CancelServiceRequest { get; set; }
Visual Basic
Public Property CancelServiceRequest As Boolean
	Get
	Set
Visual C++
public:
property bool CancelServiceRequest {
	bool get ();
	void set (bool value);
}
F#
member CancelServiceRequest : bool with get, set

Property Value

Type: Boolean

Remarks

This option is available in ServiceNowAvailable events only. In this case no further ServiceNowAvailable events will be generated for that service. The ServiceNowUnavailable event is still invoked.

Exceptions

ExceptionCondition
System..::..InvalidOperationExceptionIf set to true for event type other than ServiceNowAvailable.

See Also