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

Begin_authenticateToSharedNote() public method

public Begin_authenticateToSharedNote ( AsyncCallback callback, object state, string guid, string noteKey ) : IAsyncResult
callback AsyncCallback
state object
guid string
noteKey string
return IAsyncResult
      public IAsyncResult Begin_authenticateToSharedNote(AsyncCallback callback, object state, string guid, string noteKey)
      {
        return send_authenticateToSharedNote(callback, state, guid, noteKey);
      }
NoteStore.Client