iControl.ManagementSNMPConfiguration.remove_trap_community C# (CSharp) Méthode

remove_trap_community() private méthode

private remove_trap_community ( string community ) : void
community string
Résultat void
        public void remove_trap_community(
		string community
	)
        {
            this.Invoke("remove_trap_community", new object [] {
                community});
        }
ManagementSNMPConfiguration