com.onlineobject.objectnet Namespace

NetworkPlayerReference..::..Configure Method

Configures the network player reference with the specified client, connection ID, and player ID.

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

Syntax


public void Configure(

	IClient client,

	int connectionId,

	ushort playerId

)

Parameters

client
Type: com.onlineobject.objectnet..::..IClient
The network client interface.
connectionId
Type: Int32
The unique identifier for the connection.
playerId
Type: UInt16
The unique identifier for the player.