LineSharp.Datatypes.TalkService.Client.Begin_loginWithIdentityCredential C# (CSharp) Method

Begin_loginWithIdentityCredential() public method

public Begin_loginWithIdentityCredential ( AsyncCallback callback, object state, IdentityProvider identityProvider, string identifier, string password, bool keepLoggedIn, string accessLocation, string systemName, string certificate ) : IAsyncResult
callback AsyncCallback
state object
identityProvider IdentityProvider
identifier string
password string
keepLoggedIn bool
accessLocation string
systemName string
certificate string
return IAsyncResult
      public IAsyncResult Begin_loginWithIdentityCredential(AsyncCallback callback, object state, IdentityProvider identityProvider, string identifier, string password, bool keepLoggedIn, string accessLocation, string systemName, string certificate)
      {
        return send_loginWithIdentityCredential(callback, state, identityProvider, identifier, password, keepLoggedIn, accessLocation, systemName, certificate);
      }
TalkService.Client