Show / Hide Table of Contents

Class ReportingWebService

Reporting service implementation.

Inheritance
System.Object
ReportingWebService
Namespace: Microsoft.PackageGraph.MicrosoftUpdate.Endpoints.ServerSync
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.ServerReporting.Cookie cookie
System.Guid parentServerId
Microsoft.UpdateServices.WebServices.ServerReporting.ComputerLastRollupNumber[] lastRollupNumbers
Returns
Type Description
System.Threading.Tasks.Task<System.String[]>
Exceptions
Type Condition
System.NotImplementedException
| 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.ServerReporting.Cookie cookie
System.Guid rulesId
System.String rulesVersion
Returns
Type Description
System.Threading.Tasks.Task<System.Int32>
Exceptions
Type Condition
System.NotImplementedException
| Improve this Doc View Source

GetRollupConfigurationAsync(Cookie)

Not implemented

Declaration
public Task<RollupConfiguration> GetRollupConfigurationAsync(Cookie cookie)
Parameters
Type Name Description
Microsoft.UpdateServices.WebServices.ServerReporting.Cookie cookie
Returns
Type Description
System.Threading.Tasks.Task<Microsoft.UpdateServices.WebServices.ServerReporting.RollupConfiguration>
Exceptions
Type Condition
System.NotImplementedException
| Improve this Doc View Source

PingAsync(PingRequest)

Not implemented

Declaration
public Task<PingResponse> PingAsync(PingRequest request)
Parameters
Type Name Description
Microsoft.UpdateServices.WebServices.ServerReporting.PingRequest request
Returns
Type Description
System.Threading.Tasks.Task<Microsoft.UpdateServices.WebServices.ServerReporting.PingResponse>
| 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.ServerReporting.ReportingEvent[] eventBatch
Returns
Type Description
System.Threading.Tasks.Task<System.Boolean>
Exceptions
Type Condition
System.NotImplementedException
| 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.ServerReporting.Cookie cookie
System.DateTime clientTime
Microsoft.UpdateServices.WebServices.ServerReporting.ReportingEvent[] eventBatch
Returns
Type Description
System.Threading.Tasks.Task<System.Boolean>
Exceptions
Type Condition
System.NotImplementedException
| 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.ServerReporting.Cookie cookie
System.DateTime clientTime
Microsoft.UpdateServices.WebServices.ServerReporting.ReportingInventory inventory
Returns
Type Description
System.Threading.Tasks.Task<System.Boolean>
Exceptions
Type Condition
System.NotImplementedException
| 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.ServerReporting.Cookie cookie
System.DateTime clientTime
Microsoft.UpdateServices.WebServices.ServerReporting.ComputerRollupInfo[] computers
Returns
Type Description
System.Threading.Tasks.Task<Microsoft.UpdateServices.WebServices.ServerReporting.ChangedComputer[]>
Exceptions
Type Condition
System.NotImplementedException
| 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.ServerReporting.Cookie cookie
System.DateTime clientTime
System.Guid parentServerId
Microsoft.UpdateServices.WebServices.ServerReporting.ComputerStatusRollupInfo[] computers
Returns
Type Description
System.Threading.Tasks.Task<System.Boolean>
Exceptions
Type Condition
System.NotImplementedException
| 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.ServerReporting.Cookie cookie
System.DateTime clientTime
Microsoft.UpdateServices.WebServices.ServerReporting.DownstreamServerRollupInfo[] downstreamServers
Returns
Type Description
System.Threading.Tasks.Task
Exceptions
Type Condition
System.NotImplementedException
  • Improve this Doc
  • View Source
In This Article
Back to top Generated by DocFX