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

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

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