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

End_getNoteContent() public method

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