com.onlineobject.objectnet Namespace

NetworkTransport..::..RegisterAwake Method

Register a callback method to be invoked when the network manager awakes.

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

Syntax


public void RegisterAwake(

	NetworkTransport..::..onAwake callBack

)

Parameters

callBack
Type: com.onlineobject.objectnet..::..NetworkTransport..::..onAwake
The callback method to be registered.