The delay period, in seconds, between outbound replication processing cycles on this server when the preceding cycle is busy with replication work.

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

ToggleSyntax

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

ToggleRemarks

ToggleSee Also