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

send_getPublicNotebook() 공개 메소드

public send_getPublicNotebook ( AsyncCallback callback, object state, int userId, string publicUri ) : IAsyncResult
callback AsyncCallback
state object
userId int
publicUri string
리턴 IAsyncResult
      public IAsyncResult send_getPublicNotebook(AsyncCallback callback, object state, int userId, string publicUri)
      #else

Same methods

NoteStore.Client::send_getPublicNotebook ( int userId, string publicUri ) : void
NoteStore.Client