iControl.ManagementSNMPConfiguration.Beginget_access_info C# (CSharp) Method

Beginget_access_info() public method

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