iControl.LocalLBProfileFastHttp.Endget_statistics C# (CSharp) Method

Endget_statistics() public method

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