Represents a “lock” pending action. Calling a method that locks an object automatically creates an instance of Lock, which is then added to the underlying object’s PendingActions collection.


Namespace: FileNet.Api.Action
Assembly: FileNet.Api (in filenet.api.dll)

Syntax

Visual Basic (Declaration)
<SerializableAttribute>
Public Class Lock
    Inherits PendingAction
C#
[SerializableAttribute]
public class Lock : PendingAction
C++
[SerializableAttribute]
ref class Lock : PendingAction
J#
/** @attribute SerializableAttribute() */
public class Lock extends PendingAction
JScript
public 
   SerializableAttribute
class Lock extends PendingAction

Inheritance Hierarchy

System.Object
   FileNet.Api.Action.PendingAction
      FileNet.Api.Action.Lock

Thread Safety

Public static (Shared in Visual Basic)staticShared members of this type are safe for multithreaded operations. Instance members are not guaranteed to be thread-safe.

See Also