Microsoft FactoryOrchestrator Core IFactoryOrchestratorService GetServiceEvents(ulong)
Microsoft.FactoryOrchestrator.Core
Microsoft.FactoryOrchestrator.Core.IFactoryOrchestratorService
IFactoryOrchestratorService.GetServiceEvents(ulong) Method
Get all Service events since given index.
System.Collections.Generic.List<Microsoft.FactoryOrchestrator.Core.ServiceEvent> GetServiceEvents(ulong lastEventIndex);
Parameters
lastEventIndex
System.UInt64
Returns
System.Collections.Generic.List<ServiceEvent>
List of Service events.