Specifies whether this server is enabled for inbound replication journal processing (true) or not (false).

Namespace:  FileNet.Api.Admin
Assembly:  FileNet.Api (in FileNet.Api.dll)

ToggleSyntax

Visual Basic (Declaration)
Property InboundDispatcherEnabled As Nullable(Of Boolean)
C#
Nullable<bool> InboundDispatcherEnabled { get; set; }
Visual C++
property Nullable<bool> InboundDispatcherEnabled {
	Nullable<bool> get ();
	void set (Nullable<bool> value);
}
JavaScript
function get_inboundDispatcherEnabled();
function set_inboundDispatcherEnabled(value);

ToggleRemarks

ToggleSee Also