Overload List

  Name Description
Public method Lock (Nullable<long>, 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.)

Family method Lock (SerializationInfo, StreamingContext) ******************************************************** * * Object Serialization * **********************************************************

See Also