Task Scheduler Managed Class Library
C#
Show/Hide TOC
Event
Query
Deserialize Method
Deserializes the specified XML.
Definition
Namespace:
Microsoft.Win32.TaskScheduler.Events
Assembly:
Microsoft.Win32.TaskSchedulerEditor (in Microsoft.Win32.TaskSchedulerEditor.dll) Version: 2.11.1
C#
Copy
View Source
Request Example
public
static
EventQuery
Deserialize
(
string
xml
)
Parameters
xml
String
The XML.
Return Value
EventQuery
See Also
Reference
EventQuery Class
Microsoft.Win32.TaskScheduler.Events Namespace
In This Article
Definition
Parameters
Return Value
See Also