public System.IAsyncResult Beginset_cipher_list(string [] profile_names,LocalLBProfileStringArray [] ciphers, System.AsyncCallback callback, object asyncState) { return this.BeginInvoke("set_cipher_list", new object[] { profile_names, ciphers}, callback, asyncState); }
public void set_cipher_list( string [] profile_names, LocalLBProfileStringArray [] ciphers ) { this.Invoke("set_cipher_list", new object [] { profile_names, ciphers}); }