/// <remarks/>
 public void GetZoneChangesetAsync(GetZoneChangesetRequestType GetZoneChangesetRequest, object userState) {
     if ((this.GetZoneChangesetOperationCompleted == null)) {
         this.GetZoneChangesetOperationCompleted = new System.Threading.SendOrPostCallback(this.OnGetZoneChangesetOperationCompleted);
     }
     this.InvokeAsync("GetZoneChangeset", new object[] {
                 GetZoneChangesetRequest}, this.GetZoneChangesetOperationCompleted, userState);
 }
 /// <remarks/>
 public void GetZoneChangesetAsync(GetZoneChangesetRequestType GetZoneChangesetRequest) {
     this.GetZoneChangesetAsync(GetZoneChangesetRequest, null);
 }