iControl.ManagementSNMPConfiguration.Beginremove_system_information C# (CSharp) Method

Beginremove_system_information() public method

public Beginremove_system_information ( ManagementSNMPConfigurationSystemInformation system_info, System callback, object asyncState ) : System.IAsyncResult
system_info ManagementSNMPConfigurationSystemInformation
callback System
asyncState object
return System.IAsyncResult
        public System.IAsyncResult Beginremove_system_information(ManagementSNMPConfigurationSystemInformation system_info, System.AsyncCallback callback, object asyncState)
        {
            return this.BeginInvoke("remove_system_information", new object[] {
            system_info}, callback, asyncState);
        }
ManagementSNMPConfiguration