/// <remarks/>
 public void CreateGSLBAsync(CreateGSLBRequestType CreateGSLBRequest, object userState) {
     if ((this.CreateGSLBOperationCompleted == null)) {
         this.CreateGSLBOperationCompleted = new System.Threading.SendOrPostCallback(this.OnCreateGSLBOperationCompleted);
     }
     this.InvokeAsync("CreateGSLB", new object[] {
                 CreateGSLBRequest}, this.CreateGSLBOperationCompleted, userState);
 }
 /// <remarks/>
 public void CreateGSLBAsync(CreateGSLBRequestType CreateGSLBRequest) {
     this.CreateGSLBAsync(CreateGSLBRequest, null);
 }