iControl.ManagementSNMPConfiguration.Beginremove_engine_id C# (CSharp) Method

Beginremove_engine_id() public method

public Beginremove_engine_id ( string engine_id, System callback, object asyncState ) : System.IAsyncResult
engine_id string
callback System
asyncState object
return System.IAsyncResult
        public System.IAsyncResult Beginremove_engine_id(string engine_id, System.AsyncCallback callback, object asyncState)
        {
            return this.BeginInvoke("remove_engine_id", new object[] {
            engine_id}, callback, asyncState);
        }
ManagementSNMPConfiguration