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

Begin_getPublicNotebook() public method

public Begin_getPublicNotebook ( AsyncCallback callback, object state, int userId, string publicUri ) : IAsyncResult
callback AsyncCallback
state object
userId int
publicUri string
return IAsyncResult
      public IAsyncResult Begin_getPublicNotebook(AsyncCallback callback, object state, int userId, string publicUri)
      {
        return send_getPublicNotebook(callback, state, userId, publicUri);
      }
NoteStore.Client