[TIBCO.EMS.UFOCLIENT .NET client library 8.1 documentation]

Set delay between connection attempts

Namespace:  TIBCO.EMS.UFO
Assembly:  TIBCO.EMS.UFO (in TIBCO.EMS.UFO.dll)

Syntax

public void SetConnAttemptDelay(
	int delay
)
Public Sub SetConnAttemptDelay ( _
	delay As Integer _
)
public:
void SetConnAttemptDelay(
	int delay
)

Parameters

delay
Type: System..::.Int32
Time (in milliseconds) of the delay between connection attempts.

Remarks