iControl.NetworkingARP.Beginset_static_entry_description C# (CSharp) Method

Beginset_static_entry_description() public method

public Beginset_static_entry_description ( string entries, string descriptions, System callback, object asyncState ) : System.IAsyncResult
entries string
descriptions string
callback System
asyncState object
return System.IAsyncResult
        public System.IAsyncResult Beginset_static_entry_description(string [] entries,string [] descriptions, System.AsyncCallback callback, object asyncState)
        {
            return this.BeginInvoke("set_static_entry_description", new object[] {
            entries,
            descriptions}, callback, asyncState);
        }