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

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

public Begin_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 Begin_authenticate(AsyncCallback callback, object state, string username, string password, string consumerKey, string consumerSecret)
      {
        return send_authenticate(callback, state, username, password, consumerKey, consumerSecret);
      }