VmRunWrapperGetRunningVmCountAsync Method
Asynchronously gets the amount of virtual machines that are running on the host operating system.
Namespace: DevCase.ThirdParty.VMwareAssembly: DevCase.net48.ThirdParty.VMware (in DevCase.net48.ThirdParty.VMware.dll) Version: 6.0.0.0 (6.0)
XMLNS for XAML: Not mapped to an xmlns.
public Task<int> GetRunningVmCountAsync()
Public Function GetRunningVmCountAsync As Task(Of Integer)
Dim instance As VmRunWrapper
Dim returnValue As Task(Of Integer)
returnValue = instance.GetRunningVmCountAsync()
public:
Task<int>^ GetRunningVmCountAsync()
member GetRunningVmCountAsync : unit -> Task<int>
No code example is currently available or this language may not be supported.
Return Value
TaskInt32
The amount of virtual machines that are running on the host operating system.