iControl.ManagementDevice.Beginget_software_version C# (CSharp) Method

Beginget_software_version() public method

public Beginget_software_version ( string devices, System callback, object asyncState ) : System.IAsyncResult
devices string
callback System
asyncState object
return System.IAsyncResult
        public System.IAsyncResult Beginget_software_version(string [] devices, System.AsyncCallback callback, object asyncState)
        {
            return this.BeginInvoke("get_software_version", new object[] {
            devices}, callback, asyncState);
        }
ManagementDevice