Click or drag to resize

RbConnectionGoneDispositionReconnect Method

The framework should try to reconnect.

Namespace:  ff14bot.ServiceClient
Assembly:  RebornBuddy (in RebornBuddy.exe) Version: 3.3.1; net-4.5.win32; release
Syntax
C#
public static RbConnectionGoneDisposition Reconnect(
	TimeSpan delay
)

Parameters

delay
Type: SystemTimeSpan
The delay to wait before the reconnection attempt.

Return Value

Type: RbConnectionGoneDisposition
See Also