iControl.NetworkingARP.Beginadd_static_entry C# (CSharp) Method

Beginadd_static_entry() public method

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