true
, the dispatcher runs. When false
, the dispatcher does not run. For the
interface, when the value of this property is
, the dispatcher runs, but the importer as a whole might still not process import requests when the import agent sub-component has not also been enabled. For more information, see the
property on the
interface. For a discussion of the importer sub-components, see the
interface.
Namespace: FileNet.Api.Admin
Assembly: FileNet.Api (in filenet.api.dll)
Syntax
Visual Basic (Declaration) |
---|
Property DispatcherEnabled As Nullable(Of Boolean) |
C# |
---|
Nullable<bool> DispatcherEnabled { get; set; } |
C++ |
---|
property Nullable<bool> DispatcherEnabled abstract { Nullable<bool> get(); void set(Nullable<bool> value); } |
J# |
---|
/** property */ public Nullable<bool> get_DispatcherEnabled(); /** property */ public void set_DispatcherEnabled(Nullable<bool> value); |
JScript |
---|
public function get DispatcherEnabled() : Nullable<bool> public function set DispatcherEnabled(value : Nullable<bool>); |
Remarks
Metadata
AllowsDefaultChange: false
Cardinality: SINGLE
CopyToReservation: false
Datatype: BOOLEAN
IsHidden: false
IsOrderable: false
IsSearchable: false
IsValueRequired: false
ModificationAccessRequired: WRITE
PersistenceType: OWN_COLUMN
PropertyDefaultBoolean: true
RequiresUniqueElements: false
Settability: READ_WRITE
TargetAccessRequired: READ