Evernote.EDAM.UserStore.UserStore.Client.send_authenticate C# (CSharp) Method

send_authenticate() public method

public send_authenticate ( AsyncCallback callback, object state, string username, string password, string consumerKey, string consumerSecret ) : IAsyncResult
callback AsyncCallback
state object
username string
password string
consumerKey string
consumerSecret string
return IAsyncResult
      public IAsyncResult send_authenticate(AsyncCallback callback, object state, string username, string password, string consumerKey, string consumerSecret)
      #else

Same methods

UserStore.Client::send_authenticate ( string username, string password, string consumerKey, string consumerSecret ) : void