iControl.SystemStatistics.Beginreset_client_ldap_statistics C# (CSharp) Method

Beginreset_client_ldap_statistics() public method

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