iControl.ManagementDevice.Beginget_inactive_modules C# (CSharp) Method

Beginget_inactive_modules() public method

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