com.onlineobject.objectnet Namespace

NetworkTransport..::..OnLoginFailed Method

Sets the action to be invoked when a login attempt fails.

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

Syntax


public void OnLoginFailed(

	Action<Exception> onLoginFailed

)

Parameters

onLoginFailed
Type: Action<(Of <(<'Exception>)>)>
The action to be invoked when a login attempt fails.