iControl.LocalLBProfileFastHttp.Endget_all_statistics C# (CSharp) Méthode

Endget_all_statistics() public méthode

public Endget_all_statistics ( System asyncResult ) : LocalLBProfileFastHttpProfileFastHttpStatistics
asyncResult System
Résultat LocalLBProfileFastHttpProfileFastHttpStatistics
        public LocalLBProfileFastHttpProfileFastHttpStatistics Endget_all_statistics(System.IAsyncResult asyncResult)
        {
            object [] results = this.EndInvoke(asyncResult);
            return ((LocalLBProfileFastHttpProfileFastHttpStatistics)(results[0]));
        }
LocalLBProfileFastHttp