iControl.SystemDisk.Beginget_array_status C# (CSharp) Method

Beginget_array_status() public method

public Beginget_array_status ( string serial_numbers, System callback, object asyncState ) : System.IAsyncResult
serial_numbers string
callback System
asyncState object
return System.IAsyncResult
        public System.IAsyncResult Beginget_array_status(string [] serial_numbers, System.AsyncCallback callback, object asyncState)
        {
            return this.BeginInvoke("get_array_status", new object[] {
            serial_numbers}, callback, asyncState);
        }
SystemDisk