コード例 #1
0
 public void Update(ref WS_MB_Plantafel WS_MB_Plantafel)
 {
     object[] results = this.Invoke("Update", new object[] {
         WS_MB_Plantafel
     });
     WS_MB_Plantafel = ((WS_MB_Plantafel)(results[0]));
 }
コード例 #2
0
 /// <remarks/>
 public void UpdateAsync(WS_MB_Plantafel WS_MB_Plantafel, object userState)
 {
     if ((this.UpdateOperationCompleted == null))
     {
         this.UpdateOperationCompleted = new System.Threading.SendOrPostCallback(this.OnUpdateOperationCompleted);
     }
     this.InvokeAsync("Update", new object[] {
         WS_MB_Plantafel
     }, this.UpdateOperationCompleted, userState);
 }
コード例 #3
0
 /// <remarks/>
 public void UpdateAsync(WS_MB_Plantafel WS_MB_Plantafel)
 {
     this.UpdateAsync(WS_MB_Plantafel, null);
 }
コード例 #4
0
 /// <remarks/>
 public void CreateAsync(WS_MB_Plantafel WS_MB_Plantafel)
 {
     this.CreateAsync(WS_MB_Plantafel, null);
 }