Click or drag to resize
Task Scheduler Managed Class Library

EventQueryDeserialize Method

Deserializes the specified XML.

Namespace: Microsoft.Win32.TaskScheduler.Events
Assembly: Microsoft.Win32.TaskSchedulerEditor (in Microsoft.Win32.TaskSchedulerEditor.dll) Version: 2.12.1
Syntax
C#
public static EventQuery Deserialize(
	string xml
)
Request Example View Source

Parameters

xml  String
The XML.

Return Value

EventQuery
See Also