/// <remarks/> public void EditPhraseAsync(Phrase phrase) { this.EditPhraseAsync(phrase, null); }
/// <remarks/> public void EditPhraseAsync(Phrase phrase, object userState) { if ((this.EditPhraseOperationCompleted == null)) { this.EditPhraseOperationCompleted = new System.Threading.SendOrPostCallback(this.OnEditPhraseOperationCompleted); } this.InvokeAsync("EditPhrase", new object[] { phrase}, this.EditPhraseOperationCompleted, userState); }
/// <remarks/> public void CreatePhraseAsync(Phrase phrase) { this.CreatePhraseAsync(phrase, null); }