close method

void close()

Implementation

void close(){
  _sinkSC.close();
  _stateSC.close();
}