com.onlineobject.objectnet Namespace

NetworkTransport..::..UnRegisterAwake Method

Unregister a callback method from being invoked when the network manager awakes.

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

Syntax


public void UnRegisterAwake(

	NetworkTransport..::..onAwake callBack

)

Parameters

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