Example #1
0
 /// <remarks/>
 public void EditPhraseAsync(Phrase phrase) {
     this.EditPhraseAsync(phrase, null);
 }
Example #2
0
 /// <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);
 }
Example #3
0
 /// <remarks/>
 public void CreatePhraseAsync(Phrase phrase) {
     this.CreatePhraseAsync(phrase, null);
 }