Evernote.EDAM.NoteStore.NoteStore.Client.Begin_getSharedNotebookByAuth C# (CSharp) Méthode

Begin_getSharedNotebookByAuth() public méthode

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