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

Endget_statistics() public méthode

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