예제 #1
0
 public void getPlatformUpdateAsync(_1CUpdatesDownloader.UpdatePlatformReference.PlatformUpdateRequest platformUpdateRequest, object userState)
 {
     if ((this.onBegingetPlatformUpdateDelegate == null))
     {
         this.onBegingetPlatformUpdateDelegate = new BeginOperationDelegate(this.OnBegingetPlatformUpdate);
     }
     if ((this.onEndgetPlatformUpdateDelegate == null))
     {
         this.onEndgetPlatformUpdateDelegate = new EndOperationDelegate(this.OnEndgetPlatformUpdate);
     }
     if ((this.ongetPlatformUpdateCompletedDelegate == null))
     {
         this.ongetPlatformUpdateCompletedDelegate = new System.Threading.SendOrPostCallback(this.OngetPlatformUpdateCompleted);
     }
     base.InvokeAsync(this.onBegingetPlatformUpdateDelegate, new object[] {
         platformUpdateRequest
     }, this.onEndgetPlatformUpdateDelegate, this.ongetPlatformUpdateCompletedDelegate, userState);
 }
예제 #2
0
 public void getPlatformUpdateAsync(_1CUpdatesDownloader.UpdatePlatformReference.PlatformUpdateRequest platformUpdateRequest)
 {
     this.getPlatformUpdateAsync(platformUpdateRequest, null);
 }
예제 #3
0
 public System.IAsyncResult BegingetPlatformUpdate(_1CUpdatesDownloader.UpdatePlatformReference.PlatformUpdateRequest platformUpdateRequest, System.AsyncCallback callback, object asyncState)
 {
     return(base.Channel.BegingetPlatformUpdate(platformUpdateRequest, callback, asyncState));
 }
예제 #4
0
 private System.IAsyncResult OnBegingetPlatformUpdate(object[] inValues, System.AsyncCallback callback, object asyncState)
 {
     _1CUpdatesDownloader.UpdatePlatformReference.PlatformUpdateRequest platformUpdateRequest = ((_1CUpdatesDownloader.UpdatePlatformReference.PlatformUpdateRequest)(inValues[0]));
     return(this.BegingetPlatformUpdate(platformUpdateRequest, callback, asyncState));
 }
예제 #5
0
 public _1CUpdatesDownloader.UpdatePlatformReference.PlatformUpdateResult getPlatformUpdate(_1CUpdatesDownloader.UpdatePlatformReference.PlatformUpdateRequest platformUpdateRequest)
 {
     return(base.Channel.getPlatformUpdate(platformUpdateRequest));
 }