Returns the number of seconds that the underlying object is intended to be locked.


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

Syntax

Visual Basic (Declaration)
Public Overridable Function GetTimeout() As Nullable(Of Long)
C#
public virtual Nullable<long> GetTimeout()
C++
public:
 virtual Nullable<long> GetTimeout()
J#
public virtual Nullable<long> GetTimeout()
JScript
public virtual  function GetTimeout() : Nullable<long>

Return Value

The lock timeout value.

See Also