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

Beginget_static_entry_description() public méthode

public Beginget_static_entry_description ( string entries, System callback, object asyncState ) : System.IAsyncResult
entries string
callback System
asyncState object
Résultat System.IAsyncResult
        public System.IAsyncResult Beginget_static_entry_description(string [] entries, System.AsyncCallback callback, object asyncState)
        {
            return this.BeginInvoke("get_static_entry_description", new object[] {
            entries}, callback, asyncState);
        }