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)
Sets the current position of this stream to the given value. Not supported by this class!
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 override long Seek( long offset, SeekOrigin origin ) |
| Visual Basic (Declaration) |
|---|
Public Overrides Function Seek ( _ offset As Long, _ origin As SeekOrigin _ ) As Long |
| Visual C++ |
|---|
public: virtual long long Seek( long long offset, SeekOrigin origin ) override |
Parameters
- offset
- Type: System..::.Int64
The offset relative to the origin to seek.
- origin
- Type: System.IO..::.SeekOrigin
The SeekOrigin to seek from.
Return Value
The new position in the stream.
Remarks
[Missing <remarks> documentation for "M:SharedCache.WinServiceCommon.SharpZipLib.Zip.Compression.Streams.DeflaterOutputStream.Seek(System.Int64,System.IO.SeekOrigin)"]
Exceptions
| Exception | Condition |
|---|---|
| System..::.NotSupportedException | Any access |