Microsoft FactoryOrchestrator Client FactoryOrchestratorClient GetServiceEvents(ulong)
Microsoft.FactoryOrchestrator.Client
Microsoft.FactoryOrchestrator.Client.FactoryOrchestratorClient
FactoryOrchestratorClient.GetServiceEvents(ulong) Method
Asynchronously Get all Service events since given index.
public System.Threading.Tasks.Task<System.Collections.Generic.List<Microsoft.FactoryOrchestrator.Core.ServiceEvent>> GetServiceEvents(ulong lastEventIndex);
Parameters
lastEventIndex
System.UInt64
Returns
System.Threading.Tasks.Task<System.Collections.Generic.List<Microsoft.FactoryOrchestrator.Core.ServiceEvent>>
List of Service events.