ArcFM Responder Mobile Developer Guide
Copy Method (Task)






Syntax
'Declaration
 
Public Overridable Function Copy() As Task
'Usage
 
Dim instance As Task
Dim value As Task
 
value = instance.Copy()
public virtual Task Copy()
public function Copy(): Task; virtual; 
public function Copy() : Task;
public: virtual Task* Copy(); 
public:
virtual Task^ Copy(); 
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

Task Class
Task Members

Send Feedback