Community forum

Please note that VisualCron support is not actively monitoring this community forum. Please use our contact page for contacting the VisualCron support directly.


Guest
2022-02-04T13:56:31Z
Hi all,

many Classes like VisualCron.JobClass have a "Clone" and "CloneType" method.
What is the difference?
Sponsor
Forum information
Support
2022-02-07T10:32:58Z
Originally Posted by: lhgsct3 

Hi all,

many Classes like VisualCron.JobClass have a "Clone" and "CloneType" method.
What is the difference?



Hi!

CloneType is to make easier as it returns the same object while Clone is the default one which returns just "Object".

Clone is added through implementation "IClonable"

To sum it up quickly: you should use CloneType.


Michael
Support
http://www.visualcron.com 

Please like  VisualCron on facebook!
Scroll to Top