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

End_insert() public method

public End_insert ( IAsyncResult asyncResult ) : void
asyncResult IAsyncResult
return void
      public void End_insert(IAsyncResult asyncResult)
      {
        oprot_.Transport.EndFlush(asyncResult);
        recv_insert();
      }
Cassandra.Client