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

send_authenticateToSharedNotebook() public method

public send_authenticateToSharedNotebook ( AsyncCallback callback, object state, string shareKey, string authenticationToken ) : IAsyncResult
callback AsyncCallback
state object
shareKey string
authenticationToken string
return IAsyncResult
      public IAsyncResult send_authenticateToSharedNotebook(AsyncCallback callback, object state, string shareKey, string authenticationToken)
      #else

Same methods

NoteStore.Client::send_authenticateToSharedNotebook ( string shareKey, string authenticationToken ) : void
NoteStore.Client