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

send_getPublicNotebook() public method

public send_getPublicNotebook ( AsyncCallback callback, object state, int userId, string publicUri ) : IAsyncResult
callback AsyncCallback
state object
userId int
publicUri string
return 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