Evernote.EDAM.NoteStore.NoteStore.Client.Begin_authenticateToSharedNote C# (CSharp) 메소드

Begin_authenticateToSharedNote() 공개 메소드

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