iControl.GlobalLBProberPool.Endget_statistics C# (CSharp) Méthode

Endget_statistics() public méthode

public Endget_statistics ( System asyncResult ) : GlobalLBProberPoolProberPoolStatistics
asyncResult System
Résultat GlobalLBProberPoolProberPoolStatistics
        public GlobalLBProberPoolProberPoolStatistics Endget_statistics(System.IAsyncResult asyncResult)
        {
            object [] results = this.EndInvoke(asyncResult);
            return ((GlobalLBProberPoolProberPoolStatistics)(results[0]));
        }
GlobalLBProberPool