iControl.ManagementSNMPConfiguration.Beginremove_community_to_security_info C# (CSharp) Метод

Beginremove_community_to_security_info() публичный Метод

public Beginremove_community_to_security_info ( ManagementSNMPConfigurationSecurityInformation security_info, System callback, object asyncState ) : System.IAsyncResult
security_info ManagementSNMPConfigurationSecurityInformation
callback System
asyncState object
Результат System.IAsyncResult
        public System.IAsyncResult Beginremove_community_to_security_info(ManagementSNMPConfigurationSecurityInformation [] security_info, System.AsyncCallback callback, object asyncState)
        {
            return this.BeginInvoke("remove_community_to_security_info", new object[] {
            security_info}, callback, asyncState);
        }
ManagementSNMPConfiguration