コード例 #1
0
ファイル: Reference.cs プロジェクト: paulmd3/mpx_mobile
 /// <remarks/>
 public void getNoteTypesAsync(getNoteTypesRequest getNoteTypesRequest, object userState) {
     if ((this.getNoteTypesOperationCompleted == null)) {
         this.getNoteTypesOperationCompleted = new System.Threading.SendOrPostCallback(this.OngetNoteTypesOperationCompleted);
     }
     this.InvokeAsync("getNoteTypes", new object[] {
                 getNoteTypesRequest}, this.getNoteTypesOperationCompleted, userState);
 }
コード例 #2
0
ファイル: Reference.cs プロジェクト: paulmd3/mpx_mobile
 /// <remarks/>
 public void getNoteTypesAsync(getNoteTypesRequest getNoteTypesRequest) {
     this.getNoteTypesAsync(getNoteTypesRequest, null);
 }