The maximum number of outbound replication worker threads allowed for this server.

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

ToggleSyntax

Visual Basic (Declaration)
Property MaxOutboundWorkers As Nullable(Of Integer)
C#
Nullable<int> MaxOutboundWorkers { get; set; }
Visual C++
property Nullable<int> MaxOutboundWorkers {
	Nullable<int> get ();
	void set (Nullable<int> value);
}
JavaScript
function get_maxOutboundWorkers();
function set_maxOutboundWorkers(value);

ToggleRemarks

ToggleSee Also