iControl.LocalLBProfileFastL4.Endget_statistics C# (CSharp) Method

Endget_statistics() public method

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