public System.IAsyncResult Beginset_weight_type(string [] links,GlobalLBLinkWeightType [] weight_types, System.AsyncCallback callback, object asyncState)
 {
     return this.BeginInvoke("set_weight_type", new object[] {
     links,
     weight_types}, callback, asyncState);
 }
        public void set_weight_type(
		string [] links,
		GlobalLBLinkWeightType [] weight_types
	)
        {
            this.Invoke("set_weight_type", new object [] {
                links,
                weight_types});
        }