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

Beginreset_authentication_statistics() public méthode

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