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

Begincreate_static_entry() public méthode

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
Résultat 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);
        }