iControl.ManagementDevice.Beginget_active_modules C# (CSharp) Method

Beginget_active_modules() public method

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