C# Class Terrarium.Services.Reporting.ReportingService

Inheritance: System.Web.Services.Protocols.SoapHttpClientProtocol
ファイルを表示 Open project: eugeniomiro/Terrarium Class Usage Examples

Public Methods

Method Description
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 ( )

Private Methods

Method Description
IsLocalFileSystemWebService ( string url ) : bool
OnReportPopulationOperationCompleted ( object arg ) : void
ReportPopulation ( System data, System guid, int currentTick ) : ReturnCode

Method Details

BeginReportPopulation() public method

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

CancelAsync() public method

public CancelAsync ( object userState ) : void
userState object
return void

EndReportPopulation() public method

public EndReportPopulation ( System asyncResult ) : ReturnCode
asyncResult System
return ReturnCode

ReportPopulationAsync() public method

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

ReportPopulationAsync() public method

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

ReportingService() public method

public ReportingService ( )