C# 클래스 Example2.HttpJsonPostEmitter

Metrics emitter that converts metrics to JSON and sends them to a specified URL.
상속: IMetricsEmitter
파일 보기 프로젝트 열기: Real-Serious-Games/Metrics

공개 메소드들

메소드 설명
Emit ( string>.IDictionary properties, Metric metrics ) : void
HttpJsonPostEmitter ( string postUrl, IHttpService httpService ) : System

메소드 상세

Emit() 공개 메소드

public Emit ( string>.IDictionary properties, Metric metrics ) : void
properties string>.IDictionary
metrics RSG.Metric
리턴 void

HttpJsonPostEmitter() 공개 메소드

public HttpJsonPostEmitter ( string postUrl, IHttpService httpService ) : System
postUrl string
httpService IHttpService
리턴 System