C# Class Terrarium.Services.Usage.UsageService

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

Méthodes publiques

Méthode Description
BeginReportUsage ( UsageData data, System callback, object asyncState ) : System.IAsyncResult
CancelAsync ( object userState ) : void
EndReportUsage ( System asyncResult ) : void
ReportUsageAsync ( UsageData data ) : void
ReportUsageAsync ( UsageData data, object userState ) : void
UsageService ( )

Private Methods

Méthode Description
IsLocalFileSystemWebService ( string url ) : bool
OnReportUsageOperationCompleted ( object arg ) : void
ReportUsage ( UsageData data ) : void

Method Details

BeginReportUsage() public méthode

public BeginReportUsage ( UsageData data, System callback, object asyncState ) : System.IAsyncResult
data UsageData
callback System
asyncState object
Résultat System.IAsyncResult

CancelAsync() public méthode

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

EndReportUsage() public méthode

public EndReportUsage ( System asyncResult ) : void
asyncResult System
Résultat void

ReportUsageAsync() public méthode

public ReportUsageAsync ( UsageData data ) : void
data UsageData
Résultat void

ReportUsageAsync() public méthode

public ReportUsageAsync ( UsageData data, object userState ) : void
data UsageData
userState object
Résultat void

UsageService() public méthode

public UsageService ( )