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

End_findNoteOffset() public method

public End_findNoteOffset ( IAsyncResult asyncResult ) : int
asyncResult IAsyncResult
return int
      public int End_findNoteOffset(IAsyncResult asyncResult)
      {
        oprot_.Transport.EndFlush(asyncResult);
        return recv_findNoteOffset();
      }
NoteStore.Client