ToggleOverload List

Type NameDescription
Public methodLock(Nullable<(Of <(Int64>)>), String)
Creates a new instance of a Lock pending action object initialized with the specified parameters.

You typically do not need to explicitly create a Lock instance. Calling lock-related methods creates an instance of Lock and adds it to the underlying object's PendingActions collection. (See the Lock, UpdateLock, FetchAndLockObject, and Unlock methods.)

Protected methodLock(SerializationInfo, StreamingContext)
******************************************************** * * Object Serialization * **********************************************************

ToggleSee Also