C# 클래스 TDSM.Core.Net.Web.Heartbeat

This is a multi purpose class. 1) It sends non identifiable data to the heatbeat server for us to see the stats (when allowed) 2) The heartbeat server will reply with particular case data. Responses are: a) 1 = OK b) 2 = Update available
파일 보기 프로젝트 열기: DeathCradle/Terraria-s-Dedicated-Server-Mod

Private Properties

프로퍼티 타입 설명
Beat void
GetServerKey string
OnReadyForCommands void
SetServerKey void

공개 메소드들

메소드 설명
Begin ( int coreBuild ) : void
End ( ) : void

비공개 메소드들

메소드 설명
Beat ( bool allowSubBeat = true ) : void
GetServerKey ( ) : string
OnReadyForCommands ( Entry core ) : void
SetServerKey ( string key ) : void

메소드 상세

Begin() 공개 정적인 메소드

public static Begin ( int coreBuild ) : void
coreBuild int
리턴 void

End() 공개 정적인 메소드

public static End ( ) : void
리턴 void