public void Update(ref MagInteraction MagInteraction) { object[] results = this.Invoke("Update", new object[] { MagInteraction }); MagInteraction = ((MagInteraction)(results[0])); }
/// <remarks/> public void UpdateAsync(MagInteraction MagInteraction, object userState) { if ((this.UpdateOperationCompleted == null)) { this.UpdateOperationCompleted = new System.Threading.SendOrPostCallback(this.OnUpdateOperationCompleted); } this.InvokeAsync("Update", new object[] { MagInteraction }, this.UpdateOperationCompleted, userState); }
/// <remarks/> public void UpdateAsync(MagInteraction MagInteraction) { this.UpdateAsync(MagInteraction, null); }
/// <remarks/> public void CreateAsync(MagInteraction MagInteraction) { this.CreateAsync(MagInteraction, null); }