C# Class Terrarium.Services.Reporting.ReportingService

Inheritance: System.Web.Services.Protocols.SoapHttpClientProtocol
Afficher le fichier Open project: eugeniomiro/Terrarium Class Usage Examples

Méthodes publiques

Méthode 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

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

Method Details

BeginReportPopulation() public méthode

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

CancelAsync() public méthode

public CancelAsync ( object userState ) : void
userState object
Résultat void

EndReportPopulation() public méthode

public EndReportPopulation ( System asyncResult ) : ReturnCode
asyncResult System
Résultat ReturnCode

ReportPopulationAsync() public méthode

public ReportPopulationAsync ( System data, System guid, int currentTick ) : void
data System
guid System
currentTick int
Résultat void

ReportPopulationAsync() public méthode

public ReportPopulationAsync ( System data, System guid, int currentTick, object userState ) : void
data System
guid System
currentTick int
userState object
Résultat void

ReportingService() public méthode

public ReportingService ( )