public Task<string> GetSnapshotsTreeviewAsync(
VMWareVirtualMachine vm
)
Public Function GetSnapshotsTreeviewAsync (
vm As VMWareVirtualMachine
) As Task(Of String)
Dim instance As VmRunWrapper
Dim vm As VMWareVirtualMachine
Dim returnValue As Task(Of String)
returnValue = instance.GetSnapshotsTreeviewAsync(vm)
public:
Task<String^>^ GetSnapshotsTreeviewAsync(
VMWareVirtualMachine^ vm
)
member GetSnapshotsTreeviewAsync :
vm : VMWareVirtualMachine -> Task<string>
No code example is currently available or this language may not be supported.