iControl.LocalLBProfileSPDY.Endget_statistics C# (CSharp) Method

Endget_statistics() public method

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