com.onlineobject.objectnet Namespace

NetworkManager..::..StartNetwork Method

Initiates a network connection, with optional reconnection and delay parameters.

Namespace:  com.onlineobject.objectnet
Assembly:  ObjectNetAPI (in ObjectNetAPI.dll)

Syntax


public void StartNetwork(

	bool reconnection,

	int delayToExecute,

	int reconnectionAttemps

)

Parameters

reconnection
Type: Boolean
Indicates whether this is a reconnection attempt.
delayToExecute
Type: Int32
The delay in seconds before attempting the connection.
reconnectionAttemps
Type: Int32