Show / Hide Table of Contents

Class ReportingWebService

Reporting web service implementation. Placeholder only.

Inheritance
System.Object
ReportingWebService
Namespace: Microsoft.PackageGraph.MicrosoftUpdate.Endpoints.ClientSync
Assembly: package-graph-endpoints-microsoft-update.dll
Syntax
public class ReportingWebService

Methods

| Improve this Doc View Source

GetOutOfSyncComputersAsync(Cookie, Guid, ComputerLastRollupNumber[])

Not implemented

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)

Not implemented

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)

Not implemented

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[])

Not implemented

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[])

Not implemented

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)

Not implemented

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[])

Not implemented

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[])

Not implemented

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[])

Not implemented

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
  • Improve this Doc
  • View Source
In This Article
Back to top Generated by DocFX