iControl.ManagementSNMPConfiguration.Beginget_engine_id C# (CSharp) Method

Beginget_engine_id() public method

public Beginget_engine_id ( System callback, object asyncState ) : System.IAsyncResult
callback System
asyncState object
return System.IAsyncResult
        public System.IAsyncResult Beginget_engine_id(System.AsyncCallback callback, object asyncState)
        {
            return this.BeginInvoke("get_engine_id", new object[0], callback, asyncState);
        }
ManagementSNMPConfiguration