iControl.SystemDisk.Beginget_list_of_logical_disks C# (CSharp) Method

Beginget_list_of_logical_disks() public method

public Beginget_list_of_logical_disks ( System callback, object asyncState ) : System.IAsyncResult
callback System
asyncState object
return System.IAsyncResult
        public System.IAsyncResult Beginget_list_of_logical_disks(System.AsyncCallback callback, object asyncState)
        {
            return this.BeginInvoke("get_list_of_logical_disks", new object[0], callback, asyncState);
        }
SystemDisk