C# 클래스 MBC.Core.Events.PlayerTimeoutEvent

Provides information about a Register that had taken too long to return from a method call in its associating Controller.
상속: PlayerEvent
파일 보기 프로젝트 열기: aiclub/Mohawk_Battleship 1 사용 예제들

공개 메소드들

메소드 설명
GetObjectData ( SerializationInfo info, StreamingContext context ) : void
PlayerTimeoutEvent ( IDNumber playerID, ControllerTimeoutException exception ) : System.Runtime.Serialization

Stores the information provided by the exception and bases the Event.Message from it.

PlayerTimeoutEvent ( SerializationInfo info, StreamingContext context ) : System.Runtime.Serialization

메소드 상세

GetObjectData() 공개 메소드

public GetObjectData ( SerializationInfo info, StreamingContext context ) : void
info System.Runtime.Serialization.SerializationInfo
context System.Runtime.Serialization.StreamingContext
리턴 void

PlayerTimeoutEvent() 공개 메소드

Stores the information provided by the exception and bases the Event.Message from it.
public PlayerTimeoutEvent ( IDNumber playerID, ControllerTimeoutException exception ) : System.Runtime.Serialization
playerID MBC.Shared.IDNumber
exception MBC.Core.Threading.ControllerTimeoutException The generated by a .
리턴 System.Runtime.Serialization

PlayerTimeoutEvent() 공개 메소드

public PlayerTimeoutEvent ( SerializationInfo info, StreamingContext context ) : System.Runtime.Serialization
info System.Runtime.Serialization.SerializationInfo
context System.Runtime.Serialization.StreamingContext
리턴 System.Runtime.Serialization