iControl.LocalLBProfileAuth.Endget_statistics C# (CSharp) Method

Endget_statistics() public method

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