iControl.SecurityIPIntelligenceFeedList.create C# (CSharp) 메소드

create() 개인적인 메소드

private create ( string lists ) : void
lists string
리턴 void
        public void create(
		string [] lists
	)
        {
            this.Invoke("create", new object [] {
                lists});
        }
SecurityIPIntelligenceFeedList