iControl.LocalLBFlowEvictionPolicy.remove_low_priority_geography C# (CSharp) Method

remove_low_priority_geography() private method

private remove_low_priority_geography ( string policies, string countries ) : void
policies string
countries string
return void
        public void remove_low_priority_geography(
		string [] policies,
		string [] [] countries
	)
        {
            this.Invoke("remove_low_priority_geography", new object [] {
                policies,
                countries});
        }
LocalLBFlowEvictionPolicy