C# 클래스 ST.CommandLine.PerformanceDataWriter

파일 보기 프로젝트 열기: storyteller/Storyteller 1 사용 예제들

공개 메소드들

메소드 설명
WriteCSV ( StoryTeller.Engine.BatchRunResponse results, string file ) : void
WriteJSON ( StoryTeller.Engine.BatchRunResponse results, string file ) : void

메소드 상세

WriteCSV() 공개 정적인 메소드

public static WriteCSV ( StoryTeller.Engine.BatchRunResponse results, string file ) : void
results StoryTeller.Engine.BatchRunResponse
file string
리턴 void

WriteJSON() 공개 정적인 메소드

public static WriteJSON ( StoryTeller.Engine.BatchRunResponse results, string file ) : void
results StoryTeller.Engine.BatchRunResponse
file string
리턴 void