Shared Cache is high performance distributed and replication cache system built for .Net applications running in server farms. [Missing <summary> documentation for "M:SharedCache.WinServiceCommon.HttpModule.ResponseFilter.SetLength(System.Int64)"]
Namespace:
SharedCache.WinServiceCommon.HttpModule
Assembly:
SharedCache.WinServiceCommon (in SharedCache.WinServiceCommon.dll) Version: 3.0.5.1 (3.0.5.1)
Syntax
| C# |
|---|
public override void SetLength(
long value
) |
| Visual Basic (Declaration) |
|---|
Public Overrides Sub SetLength ( _
value As Long _
) |
| Visual C++ |
|---|
public:
virtual void SetLength(
long long value
) override |
Parameters
- value
- Type: System..::.Int64
[Missing <param name="value"/> documentation for "M:SharedCache.WinServiceCommon.HttpModule.ResponseFilter.SetLength(System.Int64)"]
Remarks
See Also