iControl.SystemStatistics.Beginget_pem_radius_statistics C# (CSharp) Method

Beginget_pem_radius_statistics() public method

public Beginget_pem_radius_statistics ( System callback, object asyncState ) : System.IAsyncResult
callback System
asyncState object
return System.IAsyncResult
        public System.IAsyncResult Beginget_pem_radius_statistics(System.AsyncCallback callback, object asyncState)
        {
            return this.BeginInvoke("get_pem_radius_statistics", new object[0], callback, asyncState);
        }
SystemStatistics