Share via


Trigger.Clone Method

Returns an unbound copy of the Trigger object.

Namespace:  Microsoft.Office.Excel.Server.Addins.ComputeCluster.TaskScheduler
Assembly:  Microsoft.Office.Excel.Server.Addins.ComputeCluster (in Microsoft.Office.Excel.Server.Addins.ComputeCluster.dll)

Syntax

'Declaration
Public Function Clone As Object
'Usage
Dim instance As Trigger
Dim returnValue As Object

returnValue = instance.Clone()
public Object Clone()

Return Value

Type: System.Object
An unbound copy of the Trigger object.

Implements

ICloneable.Clone()

Remarks

This method can be used on either a bound or unbound original copy.

See Also

Reference

Trigger Class

Trigger Members

Microsoft.Office.Excel.Server.Addins.ComputeCluster.TaskScheduler Namespace