com.onlineobject.objectnet Namespace

Channel..::..OnConnectionFailed Method

Registers a callback to be invoked when the connection attempt fails.

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

Syntax


public void OnConnectionFailed(

	Action<Exception> onFailed

)

Parameters

onFailed
Type: Action<(Of <(<'Exception>)>)>
The callback to invoke with the exception that occurred during the connection attempt.