VMWareTasks: Difference between revisions
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 |
||
(3 intermediate revisions by 2 users 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. | ||
====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 | ||
* [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]][[Category: .net]] |
Latest revision as of 14: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.