iControl.LocalLBProfileServerSSL.Endget_statistics C# (CSharp) Method

Endget_statistics() public method

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