iControl.LocalLBMessageRoutingTransportConfig.remove_all_profiles C# (CSharp) Method

remove_all_profiles() private method

private remove_all_profiles ( string transport_configs ) : void
transport_configs string
return void
        public void remove_all_profiles(
		string [] transport_configs
	)
        {
            this.Invoke("remove_all_profiles", new object [] {
                transport_configs});
        }
LocalLBMessageRoutingTransportConfig