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.Admin
Assembly: FileNet.Api (in filenet.api.dll)
Syntax
Visual Basic (Declaration) |
---|
Property MaxReaderSemaphoreWaitTime As Nullable(Of Integer) |
C# |
---|
Nullable<int> MaxReaderSemaphoreWaitTime { get; set; } |
C++ |
---|
property Nullable<int> MaxReaderSemaphoreWaitTime abstract { Nullable<int> get(); void set(Nullable<int> value); } |
J# |
---|
/** property */ public Nullable<int> get_MaxReaderSemaphoreWaitTime(); /** property */ public void set_MaxReaderSemaphoreWaitTime(Nullable<int> value); |
JScript |
---|
public function get MaxReaderSemaphoreWaitTime() : Nullable<int> public function set MaxReaderSemaphoreWaitTime(value : Nullable<int>); |
Remarks
Metadata
AllowsDefaultChange: false
Cardinality: SINGLE
CopyToReservation: false
Datatype: LONG
IsHidden: true
IsOrderable: false
IsSearchable: false
IsValueRequired: false
ModificationAccessRequired: WRITE
PersistenceType: OWN_COLUMN
PropertyDefaultInteger32: null
PropertyMaximumInteger32: 0x7FFFFFFF
PropertyMinimumInteger32: none
RequiresUniqueElements: false
Settability: READ_WRITE
TargetAccessRequired: READ