iControl.LocalLBProfileFastHttp.create C# (CSharp) Method

create() private method

private create ( string profile_names ) : void
profile_names string
return void
        public void create(
		string [] profile_names
	)
        {
            this.Invoke("create", new object [] {
                profile_names});
        }
LocalLBProfileFastHttp