iControl.LocalLBProfileSPDY.get_all_statistics C# (CSharp) Method

get_all_statistics() private method

private get_all_statistics ( ) : LocalLBProfileSPDYProfileSPDYStatistics
return LocalLBProfileSPDYProfileSPDYStatistics
        public LocalLBProfileSPDYProfileSPDYStatistics get_all_statistics(

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