iControl.LocalLBProfileFastHttp.Endget_statistics C# (CSharp) 메소드

Endget_statistics() 공개 메소드

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