[ the jinxbot project :: home | community forum | bn# | controls | mbncsutil | get the source ]

[This is preliminary documentation and is subject to change.]

Unregisters a client connection, halting tracking and decreasing the available buffer pool.

Namespace:  BNSharp
Assembly:  BNSharp (in BNSharp.dll) Version: 0.8.8.15 (0.08.08.15)

Syntax

C#
public static void UnregisterClient(
	BattleNetClient client
)
Visual Basic (Declaration)
Public Shared Sub UnregisterClient ( _
	client As BattleNetClient _
)
Visual C++
public:
static void UnregisterClient(
	BattleNetClient^ client
)

Parameters

client
Type: BNSharp.Net..::.BattleNetClient
The client connection being unregistered.

See Also