C# 클래스 fCraft.ShutdownParams

Describes the circumstances of server shutdown.
파일 보기 프로젝트 열기: fragmer/fCraft 1 사용 예제들

Private Properties

프로퍼티 타입 설명

공개 메소드들

메소드 설명
ShutdownParams ( ShutdownReason reason, System.TimeSpan delay, bool restart ) : System

Creates a ShutdownParams object with given reason/delay/restart flag.

ShutdownParams ( ShutdownReason reason, System.TimeSpan delay, bool restart, [ customReason, [ initiatedBy ) : System

Creates a ShutdownParams object with given parameters. and may be null.

ShutdownParams ( ShutdownReason reason, System.TimeSpan delay, bool killProcess, bool restart ) : System
ShutdownParams ( ShutdownReason reason, System.TimeSpan delay, bool killProcess, bool restart, [ customReason, [ initiatedBy ) : System
ShutdownParams ( ShutdownReason reason, int delay, bool killProcess, bool restart ) : System
ShutdownParams ( ShutdownReason reason, int delay, bool killProcess, bool restart, string customReason, Player initiatedBy ) : System

메소드 상세

ShutdownParams() 공개 메소드

Creates a ShutdownParams object with given reason/delay/restart flag.
public ShutdownParams ( ShutdownReason reason, System.TimeSpan delay, bool restart ) : System
reason ShutdownReason
delay System.TimeSpan
restart bool
리턴 System

ShutdownParams() 공개 메소드

Creates a ShutdownParams object with given parameters. and may be null.
public ShutdownParams ( ShutdownReason reason, System.TimeSpan delay, bool restart, [ customReason, [ initiatedBy ) : System
reason ShutdownReason
delay System.TimeSpan
restart bool
customReason [
initiatedBy [
리턴 System

ShutdownParams() 공개 메소드

public ShutdownParams ( ShutdownReason reason, System.TimeSpan delay, bool killProcess, bool restart ) : System
reason ShutdownReason
delay System.TimeSpan
killProcess bool
restart bool
리턴 System

ShutdownParams() 공개 메소드

public ShutdownParams ( ShutdownReason reason, System.TimeSpan delay, bool killProcess, bool restart, [ customReason, [ initiatedBy ) : System
reason ShutdownReason
delay System.TimeSpan
killProcess bool
restart bool
customReason [
initiatedBy [
리턴 System

ShutdownParams() 공개 메소드

public ShutdownParams ( ShutdownReason reason, int delay, bool killProcess, bool restart ) : System
reason ShutdownReason
delay int
killProcess bool
restart bool
리턴 System

ShutdownParams() 공개 메소드

public ShutdownParams ( ShutdownReason reason, int delay, bool killProcess, bool restart, string customReason, Player initiatedBy ) : System
reason ShutdownReason
delay int
killProcess bool
restart bool
customReason string
initiatedBy Player
리턴 System