C# 클래스 WhiteCore.Services.API.APIService

상속: IService
파일 보기 프로젝트 열기: WhiteCoreSim/WhiteCore-Dev

공개 메소드들

메소드 설명
FinishedStartup ( ) : void
Initialize ( IConfigSource config, IRegistryCore registry ) : void
Start ( IConfigSource config, IRegistryCore registry ) : void

비공개 메소드들

메소드 설명
AddCommands ( ) : void
DemoteAPIUser ( IScene scene, string cmd ) : void

Demotes an API User.

PromoteAPIUser ( IScene scene, string cmd ) : void

Promotes a user to allow API access.

ShowAPIUsers ( IScene scene, string cmd ) : void

Shows the current API user details.

메소드 상세

FinishedStartup() 공개 메소드

public FinishedStartup ( ) : void
리턴 void

Initialize() 공개 메소드

public Initialize ( IConfigSource config, IRegistryCore registry ) : void
config IConfigSource
registry IRegistryCore
리턴 void

Start() 공개 메소드

public Start ( IConfigSource config, IRegistryCore registry ) : void
config IConfigSource
registry IRegistryCore
리턴 void