iControl.ManagementTMOSModule.Endget_descriptive_name C# (CSharp) Method

Endget_descriptive_name() public method

public Endget_descriptive_name ( System asyncResult ) : string[]
asyncResult System
return string[]
        public string[] Endget_descriptive_name(System.IAsyncResult asyncResult)
        {
            object [] results = this.EndInvoke(asyncResult);
            return ((string [])(results[0]));
        }