iControl.LocalLBProfileResponseAdapt.Endget_statistics C# (CSharp) Method

Endget_statistics() public method

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