Shared Cache is high performance distributed and replication cache system built for .Net applications running in server farms.
Increment the byte amount which sent to server.

Namespace:  SharedCache.WinServiceCommon.Handler
Assembly:  SharedCache.WinServiceCommon (in SharedCache.WinServiceCommon.dll) Version: 3.0.5.1 (3.0.5.1)

Syntax

C#
public static void IncToServer(
	long value
)
Visual Basic (Declaration)
Public Shared Sub IncToServer ( _
	value As Long _
)
Visual C++
public:
static void IncToServer(
	long long value
)

Parameters

value
Type: System..::.Int64
The value.

Remarks

[Missing <remarks> documentation for "M:SharedCache.WinServiceCommon.Handler.NetworkMessage.IncToServer(System.Int64)"]

See Also