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

Begin_updateResource() public method

public Begin_updateResource ( AsyncCallback callback, object state, string authenticationToken, Evernote resource ) : IAsyncResult
callback AsyncCallback
state object
authenticationToken string
resource Evernote
return IAsyncResult
      public IAsyncResult Begin_updateResource(AsyncCallback callback, object state, string authenticationToken, Evernote.EDAM.Type.Resource resource)
      {
        return send_updateResource(callback, state, authenticationToken, resource);
      }
NoteStore.Client