iControl.ManagementSNMPConfiguration.Beginset_engine_id C# (CSharp) Method

Beginset_engine_id() public method

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