예제 #1
0
 /// <remarks/>
 public void StepRightSaveAsync(StepRight stepRight, object userState)
 {
     if ((this.StepRightSaveOperationCompleted == null)) {
         this.StepRightSaveOperationCompleted = new System.Threading.SendOrPostCallback(this.OnStepRightSaveOperationCompleted);
     }
     this.InvokeAsync("StepRightSave", new object[] {
                 stepRight}, this.StepRightSaveOperationCompleted, userState);
 }
예제 #2
0
 public StepRight StepRightSave(StepRight stepRight)
 {
     object[] results = this.Invoke("StepRightSave", new object[] {
                 stepRight});
     return ((StepRight)(results[0]));
 }
예제 #3
0
 /// <remarks/>
 public void StepRightSaveAsync(StepRight stepRight)
 {
     this.StepRightSaveAsync(stepRight, null);
 }
예제 #4
0
 /// <remarks/>
 public System.IAsyncResult BeginStepRightSave(StepRight stepRight, System.AsyncCallback callback, object asyncState)
 {
     return this.BeginInvoke("StepRightSave", new object[] {
                 stepRight}, callback, asyncState);
 }