Exemplo n.º 1
0
 /// <remarks/>
 public void StepEclSaveAsync(StepEcl stepEcl, object userState)
 {
     if ((this.StepEclSaveOperationCompleted == null)) {
         this.StepEclSaveOperationCompleted = new System.Threading.SendOrPostCallback(this.OnStepEclSaveOperationCompleted);
     }
     this.InvokeAsync("StepEclSave", new object[] {
                 stepEcl}, this.StepEclSaveOperationCompleted, userState);
 }
Exemplo n.º 2
0
 public StepEcl StepEclSave(StepEcl stepEcl)
 {
     object[] results = this.Invoke("StepEclSave", new object[] {
                 stepEcl});
     return ((StepEcl)(results[0]));
 }
Exemplo n.º 3
0
 /// <remarks/>
 public void StepEclSaveAsync(StepEcl stepEcl)
 {
     this.StepEclSaveAsync(stepEcl, null);
 }
Exemplo n.º 4
0
 /// <remarks/>
 public System.IAsyncResult BeginStepEclSave(StepEcl stepEcl, System.AsyncCallback callback, object asyncState)
 {
     return this.BeginInvoke("StepEclSave", new object[] {
                 stepEcl}, callback, asyncState);
 }