Click or drag to resize

ClientStatsSetPendingMessages Method

Update the number of pending messages for the client

Namespace:  Crosser.Common.Server.Protocol
Assembly:  Crosser.Common (in Crosser.Common.dll) Version: 0.0.4
Syntax
C#
public void SetPendingMessages(
	long v
)

Parameters

v
Type: SystemInt64
The new number to set for pending messages
See Also