Click or drag to resize
Task Scheduler Managed Class Library

TaskEventEnumeratorSeek(EventBookmark, Int64) Method

Seeks the specified bookmark.

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

Parameters

bookmark  EventBookmark
The bookmark.
offset  Int64  (Optional)
The offset.
See Also