iControl.LocalLBProfileAnalytics.remove_subnet C# (CSharp) Method

remove_subnet() private method

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