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

send_getLinkedNotebookSyncState() public method

public send_getLinkedNotebookSyncState ( AsyncCallback callback, object state, string authenticationToken, Evernote linkedNotebook ) : IAsyncResult
callback AsyncCallback
state object
authenticationToken string
linkedNotebook Evernote
return IAsyncResult
      public IAsyncResult send_getLinkedNotebookSyncState(AsyncCallback callback, object state, string authenticationToken, Evernote.EDAM.Type.LinkedNotebook linkedNotebook)
      #else

Same methods

NoteStore.Client::send_getLinkedNotebookSyncState ( string authenticationToken, Evernote linkedNotebook ) : void
NoteStore.Client