C# 클래스 Terrarium.Services.Reporting.ReportingService

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

공개 메소드들

메소드 설명
BeginReportPopulation ( System data, System guid, int currentTick, System callback, object asyncState ) : System.IAsyncResult
CancelAsync ( object userState ) : void
EndReportPopulation ( System asyncResult ) : ReturnCode
ReportPopulationAsync ( System data, System guid, int currentTick ) : void
ReportPopulationAsync ( System data, System guid, int currentTick, object userState ) : void
ReportingService ( )

비공개 메소드들

메소드 설명
IsLocalFileSystemWebService ( string url ) : bool
OnReportPopulationOperationCompleted ( object arg ) : void
ReportPopulation ( System data, System guid, int currentTick ) : ReturnCode

메소드 상세

BeginReportPopulation() 공개 메소드

public BeginReportPopulation ( System data, System guid, int currentTick, System callback, object asyncState ) : System.IAsyncResult
data System
guid System
currentTick int
callback System
asyncState object
리턴 System.IAsyncResult

CancelAsync() 공개 메소드

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

EndReportPopulation() 공개 메소드

public EndReportPopulation ( System asyncResult ) : ReturnCode
asyncResult System
리턴 ReturnCode

ReportPopulationAsync() 공개 메소드

public ReportPopulationAsync ( System data, System guid, int currentTick ) : void
data System
guid System
currentTick int
리턴 void

ReportPopulationAsync() 공개 메소드

public ReportPopulationAsync ( System data, System guid, int currentTick, object userState ) : void
data System
guid System
currentTick int
userState object
리턴 void

ReportingService() 공개 메소드

public ReportingService ( )