iControl.NetworkingARP.Beginget_static_entry C# (CSharp) Method

Beginget_static_entry() public method

public Beginget_static_entry ( System callback, object asyncState ) : System.IAsyncResult
callback System
asyncState object
return System.IAsyncResult
        public System.IAsyncResult Beginget_static_entry(System.AsyncCallback callback, object asyncState)
        {
            return this.BeginInvoke("get_static_entry", new object[0], callback, asyncState);
        }