/// <remarks/>
 public void GetAssemblyUrlsAsync(GetAssemblyUrlsRequest GetAssemblyUrlsRequest, object userState) {
     if ((this.GetAssemblyUrlsOperationCompleted == null)) {
         this.GetAssemblyUrlsOperationCompleted = new System.Threading.SendOrPostCallback(this.OnGetAssemblyUrlsOperationCompleted);
     }
     this.InvokeAsync("GetAssemblyUrls", new object[] {
                 GetAssemblyUrlsRequest}, this.GetAssemblyUrlsOperationCompleted, userState);
 }
 /// <remarks/>
 public void GetAssemblyUrlsAsync(GetAssemblyUrlsRequest GetAssemblyUrlsRequest) {
     this.GetAssemblyUrlsAsync(GetAssemblyUrlsRequest, null);
 }