Claims exclusive access to chip card. If connection is already exclusive nothing is done, otherwise the connection lock function is called.

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

Syntax

C#
protected virtual void Lock()
Visual Basic
Protected Overridable Sub Lock
Visual C++
protected:
virtual void Lock()
F#
abstract Lock : unit -> unit 
override Lock : unit -> unit 

Exceptions

ExceptionCondition
BasicCard..::..CommsExceptionIf connection is locked by other application or object.

See Also