public void set_ipcomp_algorithm(
		string [] policies,
		NetworkingIPCompAlgorithm [] algorithms
	)
        {
            this.Invoke("set_ipcomp_algorithm", new object [] {
                policies,
                algorithms});
        }
 public System.IAsyncResult Beginset_ipcomp_algorithm(string [] policies,NetworkingIPCompAlgorithm [] algorithms, System.AsyncCallback callback, object asyncState)
 {
     return this.BeginInvoke("set_ipcomp_algorithm", new object[] {
     policies,
     algorithms}, callback, asyncState);
 }