Пример #1
0
 /// <remarks/>
 public void PartsGetAsync(PartsGetRequest PartsGetRequest, object userState) {
     if ((this.PartsGetOperationCompleted == null)) {
         this.PartsGetOperationCompleted = new System.Threading.SendOrPostCallback(this.OnPartsGetOperationCompleted);
     }
     this.InvokeAsync("PartsGet", new object[] {
                 PartsGetRequest}, this.PartsGetOperationCompleted, userState);
 }
Пример #2
0
 /// <remarks/>
 public void PartsGetAsync(PartsGetRequest PartsGetRequest) {
     this.PartsGetAsync(PartsGetRequest, null);
 }