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() |
| Visual C++ |
|---|
public: virtual Nullable<long long> GetTimeout() |
| JavaScript |
|---|
function getTimeout(); |