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

End_authenticateToSharedNotebook() public method

public End_authenticateToSharedNotebook ( IAsyncResult asyncResult ) : Evernote.EDAM.UserStore.AuthenticationResult
asyncResult IAsyncResult
return Evernote.EDAM.UserStore.AuthenticationResult
      public Evernote.EDAM.UserStore.AuthenticationResult End_authenticateToSharedNotebook(IAsyncResult asyncResult)
      {
        oprot_.Transport.EndFlush(asyncResult);
        return recv_authenticateToSharedNotebook();
      }
NoteStore.Client