Task Scheduler Managed Class Library
C#
Show/Hide TOC
Custom
Trigger
Clone Method
Clones 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
override
Object
Clone
()
Return Value
Object
This method will always throw an exception.
Implements
ICloneable
Clone
Exceptions
InvalidOperationException
CustomTrigger cannot be cloned due to OS restrictions.
See Also
Reference
CustomTrigger Class
Microsoft.Win32.TaskScheduler Namespace
In This Article
Definition
Return Value
Implements
Exceptions
See Also