/// <remarks/>
 public void PruneZoneAsync(PruneZoneRequestType PruneZoneRequest, object userState) {
     if ((this.PruneZoneOperationCompleted == null)) {
         this.PruneZoneOperationCompleted = new System.Threading.SendOrPostCallback(this.OnPruneZoneOperationCompleted);
     }
     this.InvokeAsync("PruneZone", new object[] {
                 PruneZoneRequest}, this.PruneZoneOperationCompleted, userState);
 }
 /// <remarks/>
 public void PruneZoneAsync(PruneZoneRequestType PruneZoneRequest) {
     this.PruneZoneAsync(PruneZoneRequest, null);
 }