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

End_updateLinkedNotebook() public method

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