iControl.ManagementFeatureModule.Beginget_description C# (CSharp) Method

Beginget_description() public method

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