VMWareTasks: Difference between revisions

From VI-Toolkit
Jump to navigation Jump to search
(New page: ====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...)
 
No edit summary
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====
* 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: VIX]][[Category: SDK]]

Revision as of 21:12, 28 December 2008

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.

Project

See also