com.onlineobject.objectnet Namespace

NetworkTransport..::..OnLoginSucess Method

Sets the action to be invoked when a login attempt is successful.

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

Syntax


public void OnLoginSucess(

	Action<IClient> onLoginSucess

)

Parameters

onLoginSucess
Type: Action<(Of <(<'IClient>)>)>
The action to be invoked when a login attempt is successful.