iControl.ManagementSNMPConfiguration.remove_trap_community C# (CSharp) 메소드

remove_trap_community() 개인적인 메소드

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