Evernote.EDAM.NoteStore.NoteStore.Client.End_getNoteSearchText C# (CSharp) Method

End_getNoteSearchText() public method

public End_getNoteSearchText ( IAsyncResult asyncResult ) : string
asyncResult IAsyncResult
return string
      public string End_getNoteSearchText(IAsyncResult asyncResult)
      {
        oprot_.Transport.EndFlush(asyncResult);
        return recv_getNoteSearchText();
      }
NoteStore.Client