iControl.SecurityFirewallAddressList.create_with_geo C# (CSharp) 메소드

create_with_geo() 개인적인 메소드

private create_with_geo ( string lists, CommonGeoLocation geos ) : void
lists string
geos CommonGeoLocation
리턴 void
        public void create_with_geo(
		string [] lists,
		CommonGeoLocation [] [] geos
	)
        {
            this.Invoke("create_with_geo", new object [] {
                lists,
                geos});
        }
SecurityFirewallAddressList