iControl.ManagementTMOSModule.Beginget_descriptive_name C# (CSharp) Method

Beginget_descriptive_name() public method

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