Microsoft FactoryOrchestrator Client ServerPollerEventHandler(object Microsoft FactoryOrchestrator Client ServerPollerEventArgs)
Microsoft.FactoryOrchestrator.Client
Microsoft.FactoryOrchestrator.Client
ServerPollerEventHandler(object, Microsoft.FactoryOrchestrator.Client.ServerPollerEventArgs) Delegate
Event handler delegate for a when a new object has been retrieved from the Server.
public delegate void ServerPollerEventHandler(object source, Microsoft.FactoryOrchestrator.Client.ServerPollerEventArgs e);
Parameters
source
System.Object
The ServerPoller that retrieved the object.
e
ServerPollerEventArgs
The result of the latest poll operation.