Oracle® Coherence .NET API Reference Release 3.7.1
E22844-03

Sets the position within the current stream.

Namespace:  Tangosol.Util
Assembly:  Coherence (in Coherence.dll) Version: 3.7.1.23 (3.7.1.23)

Syntax

C#
public override long Seek(
	long offset,
	SeekOrigin origin
)

Parameters

offset
Type: System..::.Int64
A byte offset relative to the origin parameter.
origin
Type: System.IO..::.SeekOrigin
A value of type SeekOrigin indicating the reference point used to obtain the new position.

Field Value

The new position within the current stream.

Return Value

[Missing <returns> documentation for "M:Tangosol.Util.ShieldedStream.Seek(System.Int64,System.IO.SeekOrigin)"]

See Also