Click or drag to resize

WebCacheShellContentSeek Method

Sets the position within the current stream.

Namespace:  callback.ShellBoost.Core
Assembly:  callback.CBFSShell (in callback.CBFSShell.dll) Version: 22.0.0.0
Syntax
C#
public override long? Seek(
	long offset,
	SeekOrigin origin
)

Parameters

offset
Type: SystemInt64
A byte offset relative to the origin parameter.
origin
Type: System.IOSeekOrigin
A value indicating the reference point used to obtain the new position.

Return Value

Type: NullableInt64
The new position within the current stream or null if this information is unknown.
Exceptions
ExceptionCondition
NotImplementedException
See Also