iControl.ManagementApplicationTemplate.Endget_prerequisite_modules C# (CSharp) Method

Endget_prerequisite_modules() public method

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