Task Scheduler Managed Class Library
C#
Show/Hide TOC
Trigger
Clone Method
Creates a new
Trigger
that is an unbound copy of this instance.
Definition
Namespace:
Microsoft.Win32.TaskScheduler
Assembly:
Microsoft.Win32.TaskScheduler (in Microsoft.Win32.TaskScheduler.dll) Version: 2.11.1
C#
Copy
View Source
Request Example
public
virtual
Object
Clone
()
Return Value
Object
A new
Trigger
that is an unbound copy of this instance.
Implements
ICloneable
Clone
See Also
Reference
Trigger Class
Microsoft.Win32.TaskScheduler Namespace
In This Article
Definition
Return Value
Implements
See Also