Skip to content

Microsoft FactoryOrchestrator Client FactoryOrchestratorClient GetServiceEvents(System DateTime)

Microsoft.FactoryOrchestrator.Client

Microsoft.FactoryOrchestrator.Client.FactoryOrchestratorClient

FactoryOrchestratorClient.GetServiceEvents(System.DateTime) Method

Asynchronously Get all Service events since given time.

public System.Threading.Tasks.Task<System.Collections.Generic.List<Microsoft.FactoryOrchestrator.Core.ServiceEvent>> GetServiceEvents(System.DateTime timeLastChecked);

Parameters

timeLastChecked System.DateTime

Returns

System.Threading.Tasks.Task<System.Collections.Generic.List<Microsoft.FactoryOrchestrator.Core.ServiceEvent>>
List of Service events.