com.onlineobject.objectnet Namespace

NetworkTransport..::..OnConnectionFailed Method

Sets the action to be invoked when a 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 action to be invoked when a connection attempt fails.