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

Begin_shareNote() public method

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