C# 클래스 Ctf.Communication.CreateCommand

상속: BaseCommand
파일 보기 프로젝트 열기: blstream/Patronage2013-CaptureTheFlag 1 사용 예제들

공개 메소드들

메소드 설명
CreateCommand ( ) : System
CreateGame ( Game game ) : Task

비공개 메소드들

메소드 설명
RequestCallbackOnFail ( String errorMessage ) : void
RequestCallbackOnSuccess ( IRestResponse response ) : void

메소드 상세

CreateCommand() 공개 메소드

public CreateCommand ( ) : System
리턴 System

CreateGame() 공개 메소드

public CreateGame ( Game game ) : Task
game Ctf.ApplicationTools.DataObjects.Game
리턴 Task