C# Class CodeSharp.EventSourcing.TimeRecorderManager

һ��ʵ���࣬�����ṩ���ܲ���֧��
Show file Open project: tangxuehua/eventsourcing

Public Methods

Method Description
GetTimeRecorder ( string timeRecorderName ) : TimeRecorder
GetTimeRecorder ( string timeRecorderName, bool reset ) : TimeRecorder

Private Methods

Method Description
TimeRecorderManager ( ) : System

Method Details

GetTimeRecorder() public method

public GetTimeRecorder ( string timeRecorderName ) : TimeRecorder
timeRecorderName string
return TimeRecorder

GetTimeRecorder() public method

public GetTimeRecorder ( string timeRecorderName, bool reset ) : TimeRecorder
timeRecorderName string
reset bool
return TimeRecorder