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

Begin_authenticateToSharedNotebook() public method

public Begin_authenticateToSharedNotebook ( AsyncCallback callback, object state, string shareKey, string authenticationToken ) : IAsyncResult
callback AsyncCallback
state object
shareKey string
authenticationToken string
return IAsyncResult
      public IAsyncResult Begin_authenticateToSharedNotebook(AsyncCallback callback, object state, string shareKey, string authenticationToken)
      {
        return send_authenticateToSharedNotebook(callback, state, shareKey, authenticationToken);
      }
NoteStore.Client