iControl.NetworkingARP.Beginset_static_entry_mac_address C# (CSharp) Method

Beginset_static_entry_mac_address() public method

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