Share via


SmartCardRW.TransactionInProgress Property

2/27/2008

Indicates whether a smart card has been detected.

Namespace: Microsoft.PointOfService
Assembly: Microsoft.PointOfService (in microsoft.pointofservice.dll)

Syntax

'Declaration
Public MustOverride ReadOnly Property TransactionInProgress As Boolean
public abstract bool TransactionInProgress { get; }
public:
virtual property bool TransactionInProgress {
    bool get () abstract;
}
/** @property */
public abstract boolean get_TransactionInProgress ()
public abstract function get TransactionInProgress () : boolean

Remarks

If true, a smart card has been detected and active interchange of information with the smart card is taking place.

TransactionInProgress is set and kept current by the service object while the device is enabled.

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread-safe. Any instance members are not guaranteed to be thread-safe.

See Also

Reference

SmartCardRW Class
SmartCardRW Members
Microsoft.PointOfService Namespace
SmartCardRW.SCPresentSensor Property