iControl.LocalLBProfileHttp.Endget_statistics C# (CSharp) Method

Endget_statistics() public method

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