iControl.SystemStatistics.Beginreset_server_ldap_statistics C# (CSharp) Méthode

Beginreset_server_ldap_statistics() public méthode

public Beginreset_server_ldap_statistics ( System callback, object asyncState ) : System.IAsyncResult
callback System
asyncState object
Résultat System.IAsyncResult
        public System.IAsyncResult Beginreset_server_ldap_statistics(System.AsyncCallback callback, object asyncState)
        {
            return this.BeginInvoke("reset_server_ldap_statistics", new object[0], callback, asyncState);
        }
SystemStatistics