iControl.LocalLBProfileFastHttp.delete_profile C# (CSharp) Method

delete_profile() private method

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