VMWareTasks: Difference between revisions

From VI-Toolkit
Jump to navigation Jump to search
mNo edit summary
No edit summary
 
(One intermediate revision by the same user not shown)
Line 3: Line 3:
VMWareTasks is a C# library on top of the VIX API. It exposes a better programming model for the 99% of those synchronous VMWare scenarios where you don't want to deal with jobs or other more complex constructs.
VMWareTasks is a C# library on top of the VIX API. It exposes a better programming model for the 99% of those synchronous VMWare scenarios where you don't want to deal with jobs or other more complex constructs.


====Project====
====Official Website====
* http://vmwaretasks.codeplex.com
 
====Project Links====
* http://www.codeproject.com/KB/library/VMWareTasks.aspx
* http://www.codeproject.com/KB/library/VMWareTasks.aspx
* http://code.dblock.org/ShowPost.aspx?id=25
* http://code.dblock.org/ShowPost.aspx?id=25
====See also====
* [http://communities.vmware.com/thread/186164 VMWareTasks: A VIX API C# Library (let's reinvent less wheels)]
* [http://communities.vmware.com/thread/186164 VMWareTasks: A VIX API C# Library (let's reinvent less wheels)]


[[Category: VIX]][[Category: SDK]][[Category: .net]]
[[Category: VIX]][[Category: SDK]][[Category: .net]]

Latest revision as of 15:14, 4 August 2009

VMWareTasks

VMWareTasks is a C# library on top of the VIX API. It exposes a better programming model for the 99% of those synchronous VMWare scenarios where you don't want to deal with jobs or other more complex constructs.

Official Website

Project Links