iControl.LocalLBProfileAnalytics.remove_subnet C# (CSharp) 메소드

remove_subnet() 개인적인 메소드

private remove_subnet ( string profile_names, string subnets ) : void
profile_names string
subnets string
리턴 void
        public void remove_subnet(
		string [] profile_names,
		string [] [] subnets
	)
        {
            this.Invoke("remove_subnet", new object [] {
                profile_names,
                subnets});
        }
LocalLBProfileAnalytics