API Reference
Class
ComputersSummary
Facade to return typed summary/views for computers, selected by a simple enum.
Inheritance
- Object
- ComputersSummary
Methods
public static async Task<Object> GetAsync(ActiveDirectoryDataServices dataServices, String domainName, ComputerSummaryViewType type, CancellationToken cancellationToken = null) #Returns:
Task<Object>Returns a typed summary view for the requested type.
Parameters
- dataServices ADPlayground.ActiveDirectoryDataServices
- domainName System.String
- type ADPlayground.Computers.ComputersSummary.ComputerSummaryViewType
- cancellationToken System.Threading.CancellationToken = null