Shared Cache is high performance distributed and replication cache system built for .Net applications running in server farms.
Increment the byte amount which is received from 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 IncFromServer(
	long value
)
Visual Basic (Declaration)
Public Shared Sub IncFromServer ( _
	value As Long _
)
Visual C++
public:
static void IncFromServer(
	long long value
)

Parameters

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

Remarks

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

See Also