iControl.ManagementFeatureModule.Beginget_enabled_state C# (CSharp) Method

Beginget_enabled_state() public method

public Beginget_enabled_state ( CommonTMOSModule modules, System callback, object asyncState ) : System.IAsyncResult
modules CommonTMOSModule
callback System
asyncState object
return System.IAsyncResult
        public System.IAsyncResult Beginget_enabled_state(CommonTMOSModule [] modules, System.AsyncCallback callback, object asyncState)
        {
            return this.BeginInvoke("get_enabled_state", new object[] {
            modules}, callback, asyncState);
        }