iControl.LocalLBProfileSPDY.get_all_statistics C# (CSharp) 메소드

get_all_statistics() 개인적인 메소드

private get_all_statistics ( ) : LocalLBProfileSPDYProfileSPDYStatistics
리턴 LocalLBProfileSPDYProfileSPDYStatistics
        public LocalLBProfileSPDYProfileSPDYStatistics get_all_statistics(

	)
        {
            object [] results = this.Invoke("get_all_statistics", new object [0]);
            return ((LocalLBProfileSPDYProfileSPDYStatistics)(results[0]));
        }
LocalLBProfileSPDY