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)
Append a byte pattern already in the window itself
Namespace:
SharedCache.WinServiceCommon.SharpZipLib.Zip.Compression.StreamsAssembly: SharedCache.WinServiceCommon (in SharedCache.WinServiceCommon.dll) Version: 3.0.5.1 (3.0.5.1)
Syntax
| C# |
|---|
public void Repeat( int length, int distance ) |
| Visual Basic (Declaration) |
|---|
Public Sub Repeat ( _ length As Integer, _ distance As Integer _ ) |
| Visual C++ |
|---|
public: void Repeat( int length, int distance ) |
Parameters
- length
- Type: System..::.Int32
length of pattern to copy
- distance
- Type: System..::.Int32
distance from end of window pattern occurs
Remarks
[Missing <remarks> documentation for "M:SharedCache.WinServiceCommon.SharpZipLib.Zip.Compression.Streams.OutputWindow.Repeat(System.Int32,System.Int32)"]
Exceptions
| Exception | Condition |
|---|---|
| System..::.InvalidOperationException | If the repeated data overflows the window |