iControl.LocalLBProfileFastL4.Endget_all_statistics C# (CSharp) Method

Endget_all_statistics() public method

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