iControl.NetworkingARP.Begincreate_static_entry C# (CSharp) Method

Begincreate_static_entry() public method

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