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

Begin_getSharedNotebookByAuth() public method

public Begin_getSharedNotebookByAuth ( AsyncCallback callback, object state, string authenticationToken ) : IAsyncResult
callback AsyncCallback
state object
authenticationToken string
return IAsyncResult
      public IAsyncResult Begin_getSharedNotebookByAuth(AsyncCallback callback, object state, string authenticationToken)
      {
        return send_getSharedNotebookByAuth(callback, state, authenticationToken);
      }
NoteStore.Client