Class ReportingWebService
Reporting web service implementation. Placeholder only.
Inheritance
System.Object
ReportingWebService
Assembly: package-graph-endpoints-microsoft-update.dll
Syntax
public class ReportingWebService
Methods
|
Improve this Doc
View Source
GetOutOfSyncComputersAsync(Cookie, Guid, ComputerLastRollupNumber[])
Declaration
public Task<string[]> GetOutOfSyncComputersAsync(Cookie cookie, Guid parentServerId, ComputerLastRollupNumber[] lastRollupNumbers)
Parameters
Type |
Name |
Description |
Microsoft.UpdateServices.WebServices.ClientReporting.Cookie |
cookie |
|
System.Guid |
parentServerId |
|
Microsoft.UpdateServices.WebServices.ClientReporting.ComputerLastRollupNumber[] |
lastRollupNumbers |
|
Returns
Type |
Description |
System.Threading.Tasks.Task<System.String[]> |
|
|
Improve this Doc
View Source
GetRequiredInventoryTypeAsync(Cookie, Guid, String)
Declaration
public Task<int> GetRequiredInventoryTypeAsync(Cookie cookie, Guid rulesId, string rulesVersion)
Parameters
Type |
Name |
Description |
Microsoft.UpdateServices.WebServices.ClientReporting.Cookie |
cookie |
|
System.Guid |
rulesId |
|
System.String |
rulesVersion |
|
Returns
Type |
Description |
System.Threading.Tasks.Task<System.Int32> |
|
|
Improve this Doc
View Source
GetRollupConfigurationAsync(Cookie)
Declaration
public Task<RollupConfiguration> GetRollupConfigurationAsync(Cookie cookie)
Parameters
Type |
Name |
Description |
Microsoft.UpdateServices.WebServices.ClientReporting.Cookie |
cookie |
|
Returns
Type |
Description |
System.Threading.Tasks.Task<Microsoft.UpdateServices.WebServices.ClientReporting.RollupConfiguration> |
|
|
Improve this Doc
View Source
ReportEventBatch2Async(String, DateTime, ReportingEvent[])
Declaration
public Task<bool> ReportEventBatch2Async(string computerId, DateTime clientTime, ReportingEvent[] eventBatch)
Parameters
Type |
Name |
Description |
System.String |
computerId |
|
System.DateTime |
clientTime |
|
Microsoft.UpdateServices.WebServices.ClientReporting.ReportingEvent[] |
eventBatch |
|
Returns
Type |
Description |
System.Threading.Tasks.Task<System.Boolean> |
|
|
Improve this Doc
View Source
ReportEventBatchAsync(Cookie, DateTime, ReportingEvent[])
Declaration
public Task<bool> ReportEventBatchAsync(Cookie cookie, DateTime clientTime, ReportingEvent[] eventBatch)
Parameters
Type |
Name |
Description |
Microsoft.UpdateServices.WebServices.ClientReporting.Cookie |
cookie |
|
System.DateTime |
clientTime |
|
Microsoft.UpdateServices.WebServices.ClientReporting.ReportingEvent[] |
eventBatch |
|
Returns
Type |
Description |
System.Threading.Tasks.Task<System.Boolean> |
|
|
Improve this Doc
View Source
ReportInventoryAsync(Cookie, DateTime, ReportingInventory)
Declaration
public Task<bool> ReportInventoryAsync(Cookie cookie, DateTime clientTime, ReportingInventory inventory)
Parameters
Type |
Name |
Description |
Microsoft.UpdateServices.WebServices.ClientReporting.Cookie |
cookie |
|
System.DateTime |
clientTime |
|
Microsoft.UpdateServices.WebServices.ClientReporting.ReportingInventory |
inventory |
|
Returns
Type |
Description |
System.Threading.Tasks.Task<System.Boolean> |
|
|
Improve this Doc
View Source
RollupComputersAsync(Cookie, DateTime, ComputerRollupInfo[])
Declaration
public Task<ChangedComputer[]> RollupComputersAsync(Cookie cookie, DateTime clientTime, ComputerRollupInfo[] computers)
Parameters
Type |
Name |
Description |
Microsoft.UpdateServices.WebServices.ClientReporting.Cookie |
cookie |
|
System.DateTime |
clientTime |
|
Microsoft.UpdateServices.WebServices.ClientReporting.ComputerRollupInfo[] |
computers |
|
Returns
Type |
Description |
System.Threading.Tasks.Task<Microsoft.UpdateServices.WebServices.ClientReporting.ChangedComputer[]> |
|
|
Improve this Doc
View Source
RollupComputerStatusAsync(Cookie, DateTime, Guid, ComputerStatusRollupInfo[])
Declaration
public Task<bool> RollupComputerStatusAsync(Cookie cookie, DateTime clientTime, Guid parentServerId, ComputerStatusRollupInfo[] computers)
Parameters
Type |
Name |
Description |
Microsoft.UpdateServices.WebServices.ClientReporting.Cookie |
cookie |
|
System.DateTime |
clientTime |
|
System.Guid |
parentServerId |
|
Microsoft.UpdateServices.WebServices.ClientReporting.ComputerStatusRollupInfo[] |
computers |
|
Returns
Type |
Description |
System.Threading.Tasks.Task<System.Boolean> |
|
|
Improve this Doc
View Source
RollupDownstreamServersAsync(Cookie, DateTime, DownstreamServerRollupInfo[])
Declaration
public Task RollupDownstreamServersAsync(Cookie cookie, DateTime clientTime, DownstreamServerRollupInfo[] downstreamServers)
Parameters
Type |
Name |
Description |
Microsoft.UpdateServices.WebServices.ClientReporting.Cookie |
cookie |
|
System.DateTime |
clientTime |
|
Microsoft.UpdateServices.WebServices.ClientReporting.DownstreamServerRollupInfo[] |
downstreamServers |
|
Returns
Type |
Description |
System.Threading.Tasks.Task |
|