iControl.NetworkingARP.Begindelete_static_entry C# (CSharp) Méthode

Begindelete_static_entry() public méthode

public Begindelete_static_entry ( NetworkingARPStaticEntry entries, System callback, object asyncState ) : System.IAsyncResult
entries NetworkingARPStaticEntry
callback System
asyncState object
Résultat 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);
        }