Apache.Cassandra.Cassandra.Client.Begin_login C# (CSharp) Method

Begin_login() public method

public Begin_login ( AsyncCallback callback, object state, AuthenticationRequest auth_request ) : IAsyncResult
callback AsyncCallback
state object
auth_request AuthenticationRequest
return IAsyncResult
      public IAsyncResult Begin_login(AsyncCallback callback, object state, AuthenticationRequest auth_request)
      {
        return send_login(callback, state, auth_request);
      }
Cassandra.Client