Click or drag to resize
Task Scheduler Managed Class Library

TaskEventEnumeratorSeek Method (EventBookmark, Int64)

Seeks the specified bookmark.

Namespace:  Microsoft.Win32.TaskScheduler
Assembly:  Microsoft.Win32.TaskScheduler (in Microsoft.Win32.TaskScheduler.dll) Version: 2.10.1
Syntax
public void Seek(
	EventBookmark bookmark,
	long offset = 0
)
Request Example View Source

Parameters

bookmark
Type: System.Diagnostics.Eventing.ReaderEventBookmark
The bookmark.
offset (Optional)
Type: SystemInt64
The offset.
See Also