C# 클래스 PlaygroundKeeper.PlaygroundHost

파일 보기 프로젝트 열기: Starcounter/PlaygroundKeeper 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
ApiIP string
ApiPort ushort
BeginPortRange ushort
Created System.DateTime
Description string
EndPortRange ushort
EntryPoint string
HostName string
HostPort ushort
Information ServerInformation
Name string
Password string
Updated System.DateTime
Username string

공개 메소드들

메소드 설명
GenerateUniqueDatabaseName ( string name, Action completionCallback, Action errorCallback = null ) : void

GetAvailablePort ( Action completionCallback, Action errorCallback = null ) : void

Get next available port on a host for a database TODO: Make thread safe

RegisterHooks ( ) : void

Register Hooks

메소드 상세

GenerateUniqueDatabaseName() 공개 메소드

public GenerateUniqueDatabaseName ( string name, Action completionCallback, Action errorCallback = null ) : void
name string
completionCallback Action
errorCallback Action
리턴 void

GetAvailablePort() 공개 메소드

Get next available port on a host for a database TODO: Make thread safe
public GetAvailablePort ( Action completionCallback, Action errorCallback = null ) : void
completionCallback Action
errorCallback Action
리턴 void

RegisterHooks() 공개 정적인 메소드

Register Hooks
public static RegisterHooks ( ) : void
리턴 void

프로퍼티 상세

ApiIP 공개적으로 프로퍼티

Playground Admin API IP, "127.0.0.1"
public string ApiIP
리턴 string

ApiPort 공개적으로 프로퍼티

Playground Admin API Port, 8181
public ushort ApiPort
리턴 ushort

BeginPortRange 공개적으로 프로퍼티

Database begin port range, 7000
public ushort BeginPortRange
리턴 ushort

Created 공개적으로 프로퍼티

public DateTime,System Created
리턴 System.DateTime

Description 공개적으로 프로퍼티

public string Description
리턴 string

EndPortRange 공개적으로 프로퍼티

Database end port range, 7999
public ushort EndPortRange
리턴 ushort

EntryPoint 공개적으로 프로퍼티

root entry point
public string EntryPoint
리턴 string

HostName 공개적으로 프로퍼티

Playground hostname, "myplayground.com"
public string HostName
리턴 string

HostPort 공개적으로 프로퍼티

Playground Port, 80
public ushort HostPort
리턴 ushort

Information 공개적으로 프로퍼티

public ServerInformation,PlaygroundKeeper Information
리턴 ServerInformation

Name 공개적으로 프로퍼티

public string Name
리턴 string

Password 공개적으로 프로퍼티

RemotePlayground credentials
public string Password
리턴 string

Updated 공개적으로 프로퍼티

public DateTime,System Updated
리턴 System.DateTime

Username 공개적으로 프로퍼티

RemotePlayground credentials
public string Username
리턴 string