iControl.LocalLBSNAT.Beginreset_statistics C# (CSharp) 메소드

Beginreset_statistics() 공개 메소드

public Beginreset_statistics ( string snats, System callback, object asyncState ) : System.IAsyncResult
snats string
callback System
asyncState object
리턴 System.IAsyncResult
        public System.IAsyncResult Beginreset_statistics(string [] snats, System.AsyncCallback callback, object asyncState)
        {
            return this.BeginInvoke("reset_statistics", new object[] {
            snats}, callback, asyncState);
        }
LocalLBSNAT