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

End_createLinkedNotebook() public method

public End_createLinkedNotebook ( IAsyncResult asyncResult ) : Evernote.EDAM.Type.LinkedNotebook
asyncResult IAsyncResult
return Evernote.EDAM.Type.LinkedNotebook
      public Evernote.EDAM.Type.LinkedNotebook End_createLinkedNotebook(IAsyncResult asyncResult)
      {
        oprot_.Transport.EndFlush(asyncResult);
        return recv_createLinkedNotebook();
      }
NoteStore.Client