public System.IAsyncResult Beginset_cookie_encryption(string [] profile_names,LocalLBProfilePersistenceProfileCookieEncryption [] types, System.AsyncCallback callback, object asyncState)
 {
     return this.BeginInvoke("set_cookie_encryption", new object[] {
     profile_names,
     types}, callback, asyncState);
 }
        public void set_cookie_encryption(
		string [] profile_names,
		LocalLBProfilePersistenceProfileCookieEncryption [] types
	)
        {
            this.Invoke("set_cookie_encryption", new object [] {
                profile_names,
                types});
        }