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

Begin_getResourceAttributes() public method

public Begin_getResourceAttributes ( AsyncCallback callback, object state, string authenticationToken, string guid ) : IAsyncResult
callback AsyncCallback
state object
authenticationToken string
guid string
return IAsyncResult
      public IAsyncResult Begin_getResourceAttributes(AsyncCallback callback, object state, string authenticationToken, string guid)
      {
        return send_getResourceAttributes(callback, state, authenticationToken, guid);
      }
NoteStore.Client