iControl.NetworkingARP.Begindelete_static_entry C# (CSharp) 메소드

Begindelete_static_entry() 공개 메소드

public Begindelete_static_entry ( NetworkingARPStaticEntry entries, System callback, object asyncState ) : System.IAsyncResult
entries NetworkingARPStaticEntry
callback System
asyncState object
리턴 System.IAsyncResult
        public System.IAsyncResult Begindelete_static_entry(NetworkingARPStaticEntry [] entries, System.AsyncCallback callback, object asyncState)
        {
            return this.BeginInvoke("delete_static_entry", new object[] {
            entries}, callback, asyncState);
        }