iControl.LocalLBFlowEvictionPolicy.remove_low_priority_geography C# (CSharp) 메소드

remove_low_priority_geography() 개인적인 메소드

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