iControl.LocalLBProfileFastHttp.create C# (CSharp) Метод

create() приватный Метод

private create ( string profile_names ) : void
profile_names string
Результат void
        public void create(
		string [] profile_names
	)
        {
            this.Invoke("create", new object [] {
                profile_names});
        }
LocalLBProfileFastHttp