Skip to content

b62131f7 90ce 9dcf 8515 191c7a4246c8

Axel Kesseler edited this page Mar 1, 2023 · 7 revisions

LoggerStream.Seek Method

Sets the position within the current stream.

Namespace: Plexdata.LogWriter.Features
Assembly: Plexdata.LogWriter.Stream (in Plexdata.LogWriter.Stream.dll) Version: 1.0.7.1

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.

Return Value

Type: Int64
The new position within the current stream.

Exceptions

 

Exception Condition
NotSupportedException This exception is thrown in any case.

Remarks

This stream implementation does not support stream seeking!

See Also

Reference

LoggerStream Class
Plexdata.LogWriter.Features Namespace

Clone this wiki locally