iControl.SystemDisk.Beginget_slot_id C# (CSharp) Method

Beginget_slot_id() public method

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