Specifies the maximum waiting time in milliseconds to get a read semaphore for a read
operation before the system fails the operation.
Namespace:
FileNet.Api.AdminAssembly: FileNet.Api (in FileNet.Api.dll)
Syntax
Visual Basic (Declaration) |
---|
Property MaxReaderSemaphoreWaitTime As Nullable(Of Integer) |
C# |
---|
Nullable<int> MaxReaderSemaphoreWaitTime { get; set; } |
Visual C++ |
---|
property Nullable<int> MaxReaderSemaphoreWaitTime { Nullable<int> get (); void set (Nullable<int> value); } |
JavaScript |
---|
function get_maxReaderSemaphoreWaitTime(); function set_maxReaderSemaphoreWaitTime(value); |
Remarks
Metadata
AllowsDefaultChange: false
Cardinality: SINGLE
CopyToReservation: false
DataType: LONG
IsHidden: true
IsOrderable: false
IsSearchable: false
IsValueRequired: false
ModificationAccessRequired: WRITE
PersistenceType: OWN_COLUMN
PropertyDefaultInteger32: 30000
PropertyMaximumInteger32: 0x7FFFFFFF
PropertyMinimumInteger32: none
RequiresUniqueElements: false
Settability: READ_WRITE
TargetAccessRequired: READ