Shared Cache is high performance distributed and replication cache system built for .Net applications running in server farms.
Assembly: SharedCache.WinServiceCommon (in SharedCache.WinServiceCommon.dll) Version: 3.0.5.1 (3.0.5.1)
Increment the byte amount which is received from server.
Namespace:
SharedCache.WinServiceCommon.HandlerAssembly: 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)"]