public void set_ds_algorithm(
		string [] zones,
		GlobalLBDNSSECZoneHashAlgorithm [] algorithms
	)
        {
            this.Invoke("set_ds_algorithm", new object [] {
                zones,
                algorithms});
        }
 public System.IAsyncResult Beginset_ds_algorithm(string [] zones,GlobalLBDNSSECZoneHashAlgorithm [] algorithms, System.AsyncCallback callback, object asyncState)
 {
     return this.BeginInvoke("set_ds_algorithm", new object[] {
     zones,
     algorithms}, callback, asyncState);
 }