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

send_authenticateToSharedNote() public method

public send_authenticateToSharedNote ( AsyncCallback callback, object state, string guid, string noteKey ) : IAsyncResult
callback AsyncCallback
state object
guid string
noteKey string
return IAsyncResult
      public IAsyncResult send_authenticateToSharedNote(AsyncCallback callback, object state, string guid, string noteKey)
      #else

Same methods

NoteStore.Client::send_authenticateToSharedNote ( string guid, string noteKey ) : void
NoteStore.Client