iControl.NetworkingARP.Beginget_static_entry_mac_address C# (CSharp) 메소드

Beginget_static_entry_mac_address() 공개 메소드

public Beginget_static_entry_mac_address ( string entries, System callback, object asyncState ) : System.IAsyncResult
entries string
callback System
asyncState object
리턴 System.IAsyncResult
        public System.IAsyncResult Beginget_static_entry_mac_address(string [] entries, System.AsyncCallback callback, object asyncState)
        {
            return this.BeginInvoke("get_static_entry_mac_address", new object[] {
            entries}, callback, asyncState);
        }