The delay period, in seconds, between inbound 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 InboundBusyWaitInterval As Nullable(Of Integer)
C#
Nullable<int> InboundBusyWaitInterval { get; set; }
Visual C++
property Nullable<int> InboundBusyWaitInterval {
	Nullable<int> get ();
	void set (Nullable<int> value);
}
JavaScript
function get_inboundBusyWaitInterval();
function set_inboundBusyWaitInterval(value);

ToggleRemarks

ToggleSee Also