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