iControl.ManagementSNMPConfiguration.Beginset_engine_id C# (CSharp) 메소드

Beginset_engine_id() 공개 메소드

public Beginset_engine_id ( string engine_id, System callback, object asyncState ) : System.IAsyncResult
engine_id string
callback System
asyncState object
리턴 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