C# 클래스 ChronojumpServer, chronojump

상속: System.Web.Services.Protocols.SoapHttpClientProtocol
파일 보기 프로젝트 열기: GNOME/chronojump 1 사용 예제들

공개 메소드들

메소드 설명
BeginCanI ( string action, double clientVersion, System callback, object asyncState ) : System.IAsyncResult
BeginCanINew ( string action, string clientVersion, System callback, object asyncState ) : System.IAsyncResult
BeginConnectDatabase ( System callback, object asyncState ) : System.IAsyncResult
BeginDisConnectDatabase ( System callback, object asyncState ) : System.IAsyncResult
BeginEditEvaluator ( ServerEvaluator, clientEval, int evalSID, System callback, object asyncState ) : System.IAsyncResult
BeginListDirectory ( string path, System callback, object asyncState ) : System.IAsyncResult
BeginQuery ( string tableName, string test, string variable, int sex, string ageInterval, int countryID, int sportID, int speciallityID, int levelID, int evaluatorID, System callback, object asyncState ) : System.IAsyncResult
BeginSelectEvaluators ( bool addAnyString, System callback, object asyncState ) : System.IAsyncResult
BeginStats ( System callback, object asyncState ) : System.IAsyncResult
BeginUpdateSession ( int sessionID, int state, System callback, object asyncState ) : System.IAsyncResult
BeginUploadEvaluator ( ServerEvaluator, myEval, System callback, object asyncState ) : System.IAsyncResult
BeginUploadJump ( Jump, myTest, System callback, object asyncState ) : System.IAsyncResult
BeginUploadJumpRj ( JumpRj, myTest, System callback, object asyncState ) : System.IAsyncResult
BeginUploadJumpRjType ( JumpType, type, int evalSID, System callback, object asyncState ) : System.IAsyncResult
BeginUploadJumpType ( JumpType, type, int evalSID, System callback, object asyncState ) : System.IAsyncResult
BeginUploadMultiChronopic ( MultiChronopic, myTest, System callback, object asyncState ) : System.IAsyncResult
BeginUploadPerson ( Person, myPerson, int sessionID, System callback, object asyncState ) : System.IAsyncResult
BeginUploadPersonSessionIfNeeded ( PersonSession, ps, System callback, object asyncState ) : System.IAsyncResult
BeginUploadPing ( ServerPing, myPing, bool doInsertion, System callback, object asyncState ) : System.IAsyncResult
BeginUploadPulse ( Pulse, myTest, System callback, object asyncState ) : System.IAsyncResult
BeginUploadRT ( ReactionTime, myTest, System callback, object asyncState ) : System.IAsyncResult
BeginUploadRun ( Run, myTest, System callback, object asyncState ) : System.IAsyncResult
BeginUploadRunI ( RunInterval, myTest, System callback, object asyncState ) : System.IAsyncResult
BeginUploadRunIntervalType ( RunType, type, int evalSID, System callback, object asyncState ) : System.IAsyncResult
BeginUploadRunType ( RunType, type, int evalSID, System callback, object asyncState ) : System.IAsyncResult
BeginUploadSession ( ServerSession, mySession, System callback, object asyncState ) : System.IAsyncResult
BeginUploadSport ( Sport, mySport, System callback, object asyncState ) : System.IAsyncResult
CanIAsync ( string action, double clientVersion ) : void
CanIAsync ( string action, double clientVersion, object userState ) : void
CanINewAsync ( string action, string clientVersion ) : void
CanINewAsync ( string action, string clientVersion, object userState ) : void
ChronojumpServer ( )
ConnectDatabaseAsync ( ) : void
ConnectDatabaseAsync ( object userState ) : void
DisConnectDatabaseAsync ( ) : void
DisConnectDatabaseAsync ( object userState ) : void
EditEvaluatorAsync ( ServerEvaluator, clientEval, int evalSID ) : void
EditEvaluatorAsync ( ServerEvaluator, clientEval, int evalSID, object userState ) : void
EndCanI ( System asyncResult ) : bool
EndCanINew ( System asyncResult ) : bool
EndConnectDatabase ( System asyncResult ) : string
EndDisConnectDatabase ( System asyncResult ) : string
EndEditEvaluator ( System asyncResult ) : bool
EndListDirectory ( System asyncResult ) : string[]
EndQuery ( System asyncResult ) : string
EndSelectEvaluators ( System asyncResult ) : string[]
EndStats ( System asyncResult ) : string[]
EndUpdateSession ( System asyncResult ) : int
EndUploadEvaluator ( System asyncResult ) : string
EndUploadJump ( System asyncResult ) : int
EndUploadJumpRj ( System asyncResult ) : int
EndUploadJumpRjType ( System asyncResult ) : string
EndUploadJumpType ( System asyncResult ) : string
EndUploadMultiChronopic ( System asyncResult ) : int
EndUploadPerson ( System asyncResult ) : int
EndUploadPersonSessionIfNeeded ( System asyncResult ) : int
EndUploadPing ( System asyncResult ) : string
EndUploadPulse ( System asyncResult ) : int
EndUploadRT ( System asyncResult ) : int
EndUploadRun ( System asyncResult ) : int
EndUploadRunI ( System asyncResult ) : int
EndUploadRunIntervalType ( System asyncResult ) : string
EndUploadRunType ( System asyncResult ) : string
EndUploadSession ( System asyncResult ) : int
EndUploadSport ( System asyncResult ) : int
ListDirectoryAsync ( string path ) : void
ListDirectoryAsync ( string path, object userState ) : void
QueryAsync ( string tableName, string test, string variable, int sex, string ageInterval, int countryID, int sportID, int speciallityID, int levelID, int evaluatorID ) : void
QueryAsync ( string tableName, string test, string variable, int sex, string ageInterval, int countryID, int sportID, int speciallityID, int levelID, int evaluatorID, object userState ) : void
SelectEvaluatorsAsync ( bool addAnyString ) : void
SelectEvaluatorsAsync ( bool addAnyString, object userState ) : void
StatsAsync ( ) : void
StatsAsync ( object userState ) : void
UpdateSessionAsync ( int sessionID, int state ) : void
UpdateSessionAsync ( int sessionID, int state, object userState ) : void
UploadEvaluatorAsync ( ServerEvaluator, myEval ) : void
UploadEvaluatorAsync ( ServerEvaluator, myEval, object userState ) : void
UploadJumpAsync ( Jump, myTest ) : void
UploadJumpAsync ( Jump, myTest, object userState ) : void
UploadJumpRjAsync ( JumpRj, myTest ) : void
UploadJumpRjAsync ( JumpRj, myTest, object userState ) : void
UploadJumpRjTypeAsync ( JumpType, type, int evalSID ) : void
UploadJumpRjTypeAsync ( JumpType, type, int evalSID, object userState ) : void
UploadJumpTypeAsync ( JumpType, type, int evalSID ) : void
UploadJumpTypeAsync ( JumpType, type, int evalSID, object userState ) : void
UploadMultiChronopicAsync ( MultiChronopic, myTest ) : void
UploadMultiChronopicAsync ( MultiChronopic, myTest, object userState ) : void
UploadPersonAsync ( Person, myPerson, int sessionID ) : void
UploadPersonAsync ( Person, myPerson, int sessionID, object userState ) : void
UploadPersonSessionIfNeededAsync ( PersonSession, ps ) : void
UploadPersonSessionIfNeededAsync ( PersonSession, ps, object userState ) : void
UploadPingAsync ( ServerPing, myPing, bool doInsertion ) : void
UploadPingAsync ( ServerPing, myPing, bool doInsertion, object userState ) : void
UploadPulseAsync ( Pulse, myTest ) : void
UploadPulseAsync ( Pulse, myTest, object userState ) : void
UploadRTAsync ( ReactionTime, myTest ) : void
UploadRTAsync ( ReactionTime, myTest, object userState ) : void
UploadRunAsync ( Run, myTest ) : void
UploadRunAsync ( Run, myTest, object userState ) : void
UploadRunIAsync ( RunInterval, myTest ) : void
UploadRunIAsync ( RunInterval, myTest, object userState ) : void
UploadRunIntervalTypeAsync ( RunType, type, int evalSID ) : void
UploadRunIntervalTypeAsync ( RunType, type, int evalSID, object userState ) : void
UploadRunTypeAsync ( RunType, type, int evalSID ) : void
UploadRunTypeAsync ( RunType, type, int evalSID, object userState ) : void
UploadSessionAsync ( ServerSession, mySession ) : void
UploadSessionAsync ( ServerSession, mySession, object userState ) : void
UploadSportAsync ( Sport, mySport ) : void
UploadSportAsync ( Sport, mySport, object userState ) : void

비공개 메소드들

메소드 설명
CanI ( string action, double clientVersion ) : bool
CanINew ( string action, string clientVersion ) : bool
ConnectDatabase ( ) : string
DisConnectDatabase ( ) : string
EditEvaluator ( ServerEvaluator, clientEval, int evalSID ) : bool
ListDirectory ( string path ) : string[]
OnCanICompleted ( object arg ) : void
OnCanINewCompleted ( object arg ) : void
OnConnectDatabaseCompleted ( object arg ) : void
OnDisConnectDatabaseCompleted ( object arg ) : void
OnEditEvaluatorCompleted ( object arg ) : void
OnListDirectoryCompleted ( object arg ) : void
OnQueryCompleted ( object arg ) : void
OnSelectEvaluatorsCompleted ( object arg ) : void
OnStatsCompleted ( object arg ) : void
OnUpdateSessionCompleted ( object arg ) : void
OnUploadEvaluatorCompleted ( object arg ) : void
OnUploadJumpCompleted ( object arg ) : void
OnUploadJumpRjCompleted ( object arg ) : void
OnUploadJumpRjTypeCompleted ( object arg ) : void
OnUploadJumpTypeCompleted ( object arg ) : void
OnUploadMultiChronopicCompleted ( object arg ) : void
OnUploadPersonCompleted ( object arg ) : void
OnUploadPersonSessionIfNeededCompleted ( object arg ) : void
OnUploadPingCompleted ( object arg ) : void
OnUploadPulseCompleted ( object arg ) : void
OnUploadRTCompleted ( object arg ) : void
OnUploadRunCompleted ( object arg ) : void
OnUploadRunICompleted ( object arg ) : void
OnUploadRunIntervalTypeCompleted ( object arg ) : void
OnUploadRunTypeCompleted ( object arg ) : void
OnUploadSessionCompleted ( object arg ) : void
OnUploadSportCompleted ( object arg ) : void
Query ( string tableName, string test, string variable, int sex, string ageInterval, int countryID, int sportID, int speciallityID, int levelID, int evaluatorID ) : string
SelectEvaluators ( bool addAnyString ) : string[]
Stats ( ) : string[]
UpdateSession ( int sessionID, int state ) : int
UploadEvaluator ( ServerEvaluator, myEval ) : string
UploadJump ( Jump, myTest ) : int
UploadJumpRj ( JumpRj, myTest ) : int
UploadJumpRjType ( JumpType, type, int evalSID ) : string
UploadJumpType ( JumpType, type, int evalSID ) : string
UploadMultiChronopic ( MultiChronopic, myTest ) : int
UploadPerson ( Person, myPerson, int sessionID ) : int
UploadPersonSessionIfNeeded ( PersonSession, ps ) : int
UploadPing ( ServerPing, myPing, bool doInsertion ) : string
UploadPulse ( Pulse, myTest ) : int
UploadRT ( ReactionTime, myTest ) : int
UploadRun ( Run, myTest ) : int
UploadRunI ( RunInterval, myTest ) : int
UploadRunIntervalType ( RunType, type, int evalSID ) : string
UploadRunType ( RunType, type, int evalSID ) : string
UploadSession ( ServerSession, mySession ) : int
UploadSport ( Sport, mySport ) : int

메소드 상세

BeginCanI() 공개 메소드

public BeginCanI ( string action, double clientVersion, System callback, object asyncState ) : System.IAsyncResult
action string
clientVersion double
callback System
asyncState object
리턴 System.IAsyncResult

BeginCanINew() 공개 메소드

public BeginCanINew ( string action, string clientVersion, System callback, object asyncState ) : System.IAsyncResult
action string
clientVersion string
callback System
asyncState object
리턴 System.IAsyncResult

BeginConnectDatabase() 공개 메소드

public BeginConnectDatabase ( System callback, object asyncState ) : System.IAsyncResult
callback System
asyncState object
리턴 System.IAsyncResult

BeginDisConnectDatabase() 공개 메소드

public BeginDisConnectDatabase ( System callback, object asyncState ) : System.IAsyncResult
callback System
asyncState object
리턴 System.IAsyncResult

BeginEditEvaluator() 공개 메소드

public BeginEditEvaluator ( ServerEvaluator, clientEval, int evalSID, System callback, object asyncState ) : System.IAsyncResult
clientEval ServerEvaluator,
evalSID int
callback System
asyncState object
리턴 System.IAsyncResult

BeginListDirectory() 공개 메소드

public BeginListDirectory ( string path, System callback, object asyncState ) : System.IAsyncResult
path string
callback System
asyncState object
리턴 System.IAsyncResult

BeginQuery() 공개 메소드

public BeginQuery ( string tableName, string test, string variable, int sex, string ageInterval, int countryID, int sportID, int speciallityID, int levelID, int evaluatorID, System callback, object asyncState ) : System.IAsyncResult
tableName string
test string
variable string
sex int
ageInterval string
countryID int
sportID int
speciallityID int
levelID int
evaluatorID int
callback System
asyncState object
리턴 System.IAsyncResult

BeginSelectEvaluators() 공개 메소드

public BeginSelectEvaluators ( bool addAnyString, System callback, object asyncState ) : System.IAsyncResult
addAnyString bool
callback System
asyncState object
리턴 System.IAsyncResult

BeginStats() 공개 메소드

public BeginStats ( System callback, object asyncState ) : System.IAsyncResult
callback System
asyncState object
리턴 System.IAsyncResult

BeginUpdateSession() 공개 메소드

public BeginUpdateSession ( int sessionID, int state, System callback, object asyncState ) : System.IAsyncResult
sessionID int
state int
callback System
asyncState object
리턴 System.IAsyncResult

BeginUploadEvaluator() 공개 메소드

public BeginUploadEvaluator ( ServerEvaluator, myEval, System callback, object asyncState ) : System.IAsyncResult
myEval ServerEvaluator,
callback System
asyncState object
리턴 System.IAsyncResult

BeginUploadJump() 공개 메소드

public BeginUploadJump ( Jump, myTest, System callback, object asyncState ) : System.IAsyncResult
myTest Jump,
callback System
asyncState object
리턴 System.IAsyncResult

BeginUploadJumpRj() 공개 메소드

public BeginUploadJumpRj ( JumpRj, myTest, System callback, object asyncState ) : System.IAsyncResult
myTest JumpRj,
callback System
asyncState object
리턴 System.IAsyncResult

BeginUploadJumpRjType() 공개 메소드

public BeginUploadJumpRjType ( JumpType, type, int evalSID, System callback, object asyncState ) : System.IAsyncResult
type JumpType,
evalSID int
callback System
asyncState object
리턴 System.IAsyncResult

BeginUploadJumpType() 공개 메소드

public BeginUploadJumpType ( JumpType, type, int evalSID, System callback, object asyncState ) : System.IAsyncResult
type JumpType,
evalSID int
callback System
asyncState object
리턴 System.IAsyncResult

BeginUploadMultiChronopic() 공개 메소드

public BeginUploadMultiChronopic ( MultiChronopic, myTest, System callback, object asyncState ) : System.IAsyncResult
myTest MultiChronopic,
callback System
asyncState object
리턴 System.IAsyncResult

BeginUploadPerson() 공개 메소드

public BeginUploadPerson ( Person, myPerson, int sessionID, System callback, object asyncState ) : System.IAsyncResult
myPerson Person,
sessionID int
callback System
asyncState object
리턴 System.IAsyncResult

BeginUploadPersonSessionIfNeeded() 공개 메소드

public BeginUploadPersonSessionIfNeeded ( PersonSession, ps, System callback, object asyncState ) : System.IAsyncResult
ps PersonSession,
callback System
asyncState object
리턴 System.IAsyncResult

BeginUploadPing() 공개 메소드

public BeginUploadPing ( ServerPing, myPing, bool doInsertion, System callback, object asyncState ) : System.IAsyncResult
myPing ServerPing,
doInsertion bool
callback System
asyncState object
리턴 System.IAsyncResult

BeginUploadPulse() 공개 메소드

public BeginUploadPulse ( Pulse, myTest, System callback, object asyncState ) : System.IAsyncResult
myTest Pulse,
callback System
asyncState object
리턴 System.IAsyncResult

BeginUploadRT() 공개 메소드

public BeginUploadRT ( ReactionTime, myTest, System callback, object asyncState ) : System.IAsyncResult
myTest ReactionTime,
callback System
asyncState object
리턴 System.IAsyncResult

BeginUploadRun() 공개 메소드

public BeginUploadRun ( Run, myTest, System callback, object asyncState ) : System.IAsyncResult
myTest Run,
callback System
asyncState object
리턴 System.IAsyncResult

BeginUploadRunI() 공개 메소드

public BeginUploadRunI ( RunInterval, myTest, System callback, object asyncState ) : System.IAsyncResult
myTest RunInterval,
callback System
asyncState object
리턴 System.IAsyncResult

BeginUploadRunIntervalType() 공개 메소드

public BeginUploadRunIntervalType ( RunType, type, int evalSID, System callback, object asyncState ) : System.IAsyncResult
type RunType,
evalSID int
callback System
asyncState object
리턴 System.IAsyncResult

BeginUploadRunType() 공개 메소드

public BeginUploadRunType ( RunType, type, int evalSID, System callback, object asyncState ) : System.IAsyncResult
type RunType,
evalSID int
callback System
asyncState object
리턴 System.IAsyncResult

BeginUploadSession() 공개 메소드

public BeginUploadSession ( ServerSession, mySession, System callback, object asyncState ) : System.IAsyncResult
mySession ServerSession,
callback System
asyncState object
리턴 System.IAsyncResult

BeginUploadSport() 공개 메소드

public BeginUploadSport ( Sport, mySport, System callback, object asyncState ) : System.IAsyncResult
mySport Sport,
callback System
asyncState object
리턴 System.IAsyncResult

CanIAsync() 공개 메소드

public CanIAsync ( string action, double clientVersion ) : void
action string
clientVersion double
리턴 void

CanIAsync() 공개 메소드

public CanIAsync ( string action, double clientVersion, object userState ) : void
action string
clientVersion double
userState object
리턴 void

CanINewAsync() 공개 메소드

public CanINewAsync ( string action, string clientVersion ) : void
action string
clientVersion string
리턴 void

CanINewAsync() 공개 메소드

public CanINewAsync ( string action, string clientVersion, object userState ) : void
action string
clientVersion string
userState object
리턴 void

ChronojumpServer() 공개 메소드

public ChronojumpServer ( )

ConnectDatabaseAsync() 공개 메소드

public ConnectDatabaseAsync ( ) : void
리턴 void

ConnectDatabaseAsync() 공개 메소드

public ConnectDatabaseAsync ( object userState ) : void
userState object
리턴 void

DisConnectDatabaseAsync() 공개 메소드

public DisConnectDatabaseAsync ( ) : void
리턴 void

DisConnectDatabaseAsync() 공개 메소드

public DisConnectDatabaseAsync ( object userState ) : void
userState object
리턴 void

EditEvaluatorAsync() 공개 메소드

public EditEvaluatorAsync ( ServerEvaluator, clientEval, int evalSID ) : void
clientEval ServerEvaluator,
evalSID int
리턴 void

EditEvaluatorAsync() 공개 메소드

public EditEvaluatorAsync ( ServerEvaluator, clientEval, int evalSID, object userState ) : void
clientEval ServerEvaluator,
evalSID int
userState object
리턴 void

EndCanI() 공개 메소드

public EndCanI ( System asyncResult ) : bool
asyncResult System
리턴 bool

EndCanINew() 공개 메소드

public EndCanINew ( System asyncResult ) : bool
asyncResult System
리턴 bool

EndConnectDatabase() 공개 메소드

public EndConnectDatabase ( System asyncResult ) : string
asyncResult System
리턴 string

EndDisConnectDatabase() 공개 메소드

public EndDisConnectDatabase ( System asyncResult ) : string
asyncResult System
리턴 string

EndEditEvaluator() 공개 메소드

public EndEditEvaluator ( System asyncResult ) : bool
asyncResult System
리턴 bool

EndListDirectory() 공개 메소드

public EndListDirectory ( System asyncResult ) : string[]
asyncResult System
리턴 string[]

EndQuery() 공개 메소드

public EndQuery ( System asyncResult ) : string
asyncResult System
리턴 string

EndSelectEvaluators() 공개 메소드

public EndSelectEvaluators ( System asyncResult ) : string[]
asyncResult System
리턴 string[]

EndStats() 공개 메소드

public EndStats ( System asyncResult ) : string[]
asyncResult System
리턴 string[]

EndUpdateSession() 공개 메소드

public EndUpdateSession ( System asyncResult ) : int
asyncResult System
리턴 int

EndUploadEvaluator() 공개 메소드

public EndUploadEvaluator ( System asyncResult ) : string
asyncResult System
리턴 string

EndUploadJump() 공개 메소드

public EndUploadJump ( System asyncResult ) : int
asyncResult System
리턴 int

EndUploadJumpRj() 공개 메소드

public EndUploadJumpRj ( System asyncResult ) : int
asyncResult System
리턴 int

EndUploadJumpRjType() 공개 메소드

public EndUploadJumpRjType ( System asyncResult ) : string
asyncResult System
리턴 string

EndUploadJumpType() 공개 메소드

public EndUploadJumpType ( System asyncResult ) : string
asyncResult System
리턴 string

EndUploadMultiChronopic() 공개 메소드

public EndUploadMultiChronopic ( System asyncResult ) : int
asyncResult System
리턴 int

EndUploadPerson() 공개 메소드

public EndUploadPerson ( System asyncResult ) : int
asyncResult System
리턴 int

EndUploadPersonSessionIfNeeded() 공개 메소드

public EndUploadPersonSessionIfNeeded ( System asyncResult ) : int
asyncResult System
리턴 int

EndUploadPing() 공개 메소드

public EndUploadPing ( System asyncResult ) : string
asyncResult System
리턴 string

EndUploadPulse() 공개 메소드

public EndUploadPulse ( System asyncResult ) : int
asyncResult System
리턴 int

EndUploadRT() 공개 메소드

public EndUploadRT ( System asyncResult ) : int
asyncResult System
리턴 int

EndUploadRun() 공개 메소드

public EndUploadRun ( System asyncResult ) : int
asyncResult System
리턴 int

EndUploadRunI() 공개 메소드

public EndUploadRunI ( System asyncResult ) : int
asyncResult System
리턴 int

EndUploadRunIntervalType() 공개 메소드

public EndUploadRunIntervalType ( System asyncResult ) : string
asyncResult System
리턴 string

EndUploadRunType() 공개 메소드

public EndUploadRunType ( System asyncResult ) : string
asyncResult System
리턴 string

EndUploadSession() 공개 메소드

public EndUploadSession ( System asyncResult ) : int
asyncResult System
리턴 int

EndUploadSport() 공개 메소드

public EndUploadSport ( System asyncResult ) : int
asyncResult System
리턴 int

ListDirectoryAsync() 공개 메소드

public ListDirectoryAsync ( string path ) : void
path string
리턴 void

ListDirectoryAsync() 공개 메소드

public ListDirectoryAsync ( string path, object userState ) : void
path string
userState object
리턴 void

QueryAsync() 공개 메소드

public QueryAsync ( string tableName, string test, string variable, int sex, string ageInterval, int countryID, int sportID, int speciallityID, int levelID, int evaluatorID ) : void
tableName string
test string
variable string
sex int
ageInterval string
countryID int
sportID int
speciallityID int
levelID int
evaluatorID int
리턴 void

QueryAsync() 공개 메소드

public QueryAsync ( string tableName, string test, string variable, int sex, string ageInterval, int countryID, int sportID, int speciallityID, int levelID, int evaluatorID, object userState ) : void
tableName string
test string
variable string
sex int
ageInterval string
countryID int
sportID int
speciallityID int
levelID int
evaluatorID int
userState object
리턴 void

SelectEvaluatorsAsync() 공개 메소드

public SelectEvaluatorsAsync ( bool addAnyString ) : void
addAnyString bool
리턴 void

SelectEvaluatorsAsync() 공개 메소드

public SelectEvaluatorsAsync ( bool addAnyString, object userState ) : void
addAnyString bool
userState object
리턴 void

StatsAsync() 공개 메소드

public StatsAsync ( ) : void
리턴 void

StatsAsync() 공개 메소드

public StatsAsync ( object userState ) : void
userState object
리턴 void

UpdateSessionAsync() 공개 메소드

public UpdateSessionAsync ( int sessionID, int state ) : void
sessionID int
state int
리턴 void

UpdateSessionAsync() 공개 메소드

public UpdateSessionAsync ( int sessionID, int state, object userState ) : void
sessionID int
state int
userState object
리턴 void

UploadEvaluatorAsync() 공개 메소드

public UploadEvaluatorAsync ( ServerEvaluator, myEval ) : void
myEval ServerEvaluator,
리턴 void

UploadEvaluatorAsync() 공개 메소드

public UploadEvaluatorAsync ( ServerEvaluator, myEval, object userState ) : void
myEval ServerEvaluator,
userState object
리턴 void

UploadJumpAsync() 공개 메소드

public UploadJumpAsync ( Jump, myTest ) : void
myTest Jump,
리턴 void

UploadJumpAsync() 공개 메소드

public UploadJumpAsync ( Jump, myTest, object userState ) : void
myTest Jump,
userState object
리턴 void

UploadJumpRjAsync() 공개 메소드

public UploadJumpRjAsync ( JumpRj, myTest ) : void
myTest JumpRj,
리턴 void

UploadJumpRjAsync() 공개 메소드

public UploadJumpRjAsync ( JumpRj, myTest, object userState ) : void
myTest JumpRj,
userState object
리턴 void

UploadJumpRjTypeAsync() 공개 메소드

public UploadJumpRjTypeAsync ( JumpType, type, int evalSID ) : void
type JumpType,
evalSID int
리턴 void

UploadJumpRjTypeAsync() 공개 메소드

public UploadJumpRjTypeAsync ( JumpType, type, int evalSID, object userState ) : void
type JumpType,
evalSID int
userState object
리턴 void

UploadJumpTypeAsync() 공개 메소드

public UploadJumpTypeAsync ( JumpType, type, int evalSID ) : void
type JumpType,
evalSID int
리턴 void

UploadJumpTypeAsync() 공개 메소드

public UploadJumpTypeAsync ( JumpType, type, int evalSID, object userState ) : void
type JumpType,
evalSID int
userState object
리턴 void

UploadMultiChronopicAsync() 공개 메소드

public UploadMultiChronopicAsync ( MultiChronopic, myTest ) : void
myTest MultiChronopic,
리턴 void

UploadMultiChronopicAsync() 공개 메소드

public UploadMultiChronopicAsync ( MultiChronopic, myTest, object userState ) : void
myTest MultiChronopic,
userState object
리턴 void

UploadPersonAsync() 공개 메소드

public UploadPersonAsync ( Person, myPerson, int sessionID ) : void
myPerson Person,
sessionID int
리턴 void

UploadPersonAsync() 공개 메소드

public UploadPersonAsync ( Person, myPerson, int sessionID, object userState ) : void
myPerson Person,
sessionID int
userState object
리턴 void

UploadPersonSessionIfNeededAsync() 공개 메소드

public UploadPersonSessionIfNeededAsync ( PersonSession, ps ) : void
ps PersonSession,
리턴 void

UploadPersonSessionIfNeededAsync() 공개 메소드

public UploadPersonSessionIfNeededAsync ( PersonSession, ps, object userState ) : void
ps PersonSession,
userState object
리턴 void

UploadPingAsync() 공개 메소드

public UploadPingAsync ( ServerPing, myPing, bool doInsertion ) : void
myPing ServerPing,
doInsertion bool
리턴 void

UploadPingAsync() 공개 메소드

public UploadPingAsync ( ServerPing, myPing, bool doInsertion, object userState ) : void
myPing ServerPing,
doInsertion bool
userState object
리턴 void

UploadPulseAsync() 공개 메소드

public UploadPulseAsync ( Pulse, myTest ) : void
myTest Pulse,
리턴 void

UploadPulseAsync() 공개 메소드

public UploadPulseAsync ( Pulse, myTest, object userState ) : void
myTest Pulse,
userState object
리턴 void

UploadRTAsync() 공개 메소드

public UploadRTAsync ( ReactionTime, myTest ) : void
myTest ReactionTime,
리턴 void

UploadRTAsync() 공개 메소드

public UploadRTAsync ( ReactionTime, myTest, object userState ) : void
myTest ReactionTime,
userState object
리턴 void

UploadRunAsync() 공개 메소드

public UploadRunAsync ( Run, myTest ) : void
myTest Run,
리턴 void

UploadRunAsync() 공개 메소드

public UploadRunAsync ( Run, myTest, object userState ) : void
myTest Run,
userState object
리턴 void

UploadRunIAsync() 공개 메소드

public UploadRunIAsync ( RunInterval, myTest ) : void
myTest RunInterval,
리턴 void

UploadRunIAsync() 공개 메소드

public UploadRunIAsync ( RunInterval, myTest, object userState ) : void
myTest RunInterval,
userState object
리턴 void

UploadRunIntervalTypeAsync() 공개 메소드

public UploadRunIntervalTypeAsync ( RunType, type, int evalSID ) : void
type RunType,
evalSID int
리턴 void

UploadRunIntervalTypeAsync() 공개 메소드

public UploadRunIntervalTypeAsync ( RunType, type, int evalSID, object userState ) : void
type RunType,
evalSID int
userState object
리턴 void

UploadRunTypeAsync() 공개 메소드

public UploadRunTypeAsync ( RunType, type, int evalSID ) : void
type RunType,
evalSID int
리턴 void

UploadRunTypeAsync() 공개 메소드

public UploadRunTypeAsync ( RunType, type, int evalSID, object userState ) : void
type RunType,
evalSID int
userState object
리턴 void

UploadSessionAsync() 공개 메소드

public UploadSessionAsync ( ServerSession, mySession ) : void
mySession ServerSession,
리턴 void

UploadSessionAsync() 공개 메소드

public UploadSessionAsync ( ServerSession, mySession, object userState ) : void
mySession ServerSession,
userState object
리턴 void

UploadSportAsync() 공개 메소드

public UploadSportAsync ( Sport, mySport ) : void
mySport Sport,
리턴 void

UploadSportAsync() 공개 메소드

public UploadSportAsync ( Sport, mySport, object userState ) : void
mySport Sport,
userState object
리턴 void