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)

ToggleSyntax

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

Return Value

The lock timeout value.

ToggleSee Also