Метод | Описание | |
---|---|---|
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 |
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 |
public CancelAsync ( object userState ) : void | ||
userState | object | |
Результат | void |
public EndReportPopulation ( System asyncResult ) : ReturnCode | ||
asyncResult | System | |
Результат | ReturnCode |
public ReportPopulationAsync ( System data, System guid, int currentTick ) : void | ||
data | System | |
guid | System | |
currentTick | int | |
Результат | void |
public ReportPopulationAsync ( System data, System guid, int currentTick, object userState ) : void | ||
data | System | |
guid | System | |
currentTick | int | |
userState | object | |
Результат | void |