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

Beginreset_pptp_statistics() public méthode

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