Evernote.EDAM.UserStore.UserStore.Client.send_authenticate C# (CSharp) Метод

send_authenticate() публичный Метод

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
Результат 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