iControl.SystemStatistics.Beginreset_sctp_statistics C# (CSharp) Method

Beginreset_sctp_statistics() public method

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