iControl.ManagementSNMPConfiguration.Beginremove_community_to_security_info C# (CSharp) Method

Beginremove_community_to_security_info() public method

public Beginremove_community_to_security_info ( ManagementSNMPConfigurationSecurityInformation security_info, System callback, object asyncState ) : System.IAsyncResult
security_info ManagementSNMPConfigurationSecurityInformation
callback System
asyncState object
return 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