Apache.Cassandra.Cassandra.Client.send_login C# (CSharp) 메소드

send_login() 공개 메소드

public send_login ( AsyncCallback callback, object state, AuthenticationRequest auth_request ) : IAsyncResult
callback AsyncCallback
state object
auth_request AuthenticationRequest
리턴 IAsyncResult
      public IAsyncResult send_login(AsyncCallback callback, object state, AuthenticationRequest auth_request)
      #else

Same methods

Cassandra.Client::send_login ( AuthenticationRequest auth_request ) : void
Cassandra.Client