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
Syntaxpublic void SetPendingMessages(
long v
)
Parameters
- v
- Type: SystemInt64
The new number to set for pending messages
See Also