C# 클래스 AK.F1.Timing.Model.Session.FeedModel

상속: ModelBase, IMessageProcessor
파일 보기 프로젝트 열기: simoneb/ak-f1-timing 1 사용 예제들

Private Properties

프로퍼티 타입 설명

공개 메소드들

메소드 설명
FeedModel ( ) : System

Initialises a new instance of the FeedModel class.

Process ( Message message ) : void
Reset ( ) : void

Resets this feed model.

메소드 상세

FeedModel() 공개 메소드

Initialises a new instance of the FeedModel class.
public FeedModel ( ) : System
리턴 System

Process() 공개 메소드

public Process ( Message message ) : void
message Message
리턴 void

Reset() 공개 메소드

Resets this feed model.
public Reset ( ) : void
리턴 void