iControl.LocalLBFlowEvictionPolicy.add_low_priority_geography C# (CSharp) Method

add_low_priority_geography() private method

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