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

send_createNotebook() 공개 메소드

public send_createNotebook ( AsyncCallback callback, object state, string authenticationToken, Evernote notebook ) : IAsyncResult
callback AsyncCallback
state object
authenticationToken string
notebook Evernote
리턴 IAsyncResult
      public IAsyncResult send_createNotebook(AsyncCallback callback, object state, string authenticationToken, Evernote.EDAM.Type.Notebook notebook)
      #else

Same methods

NoteStore.Client::send_createNotebook ( string authenticationToken, Evernote notebook ) : void
NoteStore.Client