iControl.SystemStatistics.Endget_list_of_tmms C# (CSharp) Method

Endget_list_of_tmms() public method

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