Microsoft FactoryOrchestrator Client ServerPollerExceptionHandler(object Microsoft FactoryOrchestrator Client ServerPollerExceptionHandlerEventArgs)
Microsoft.FactoryOrchestrator.Client
Microsoft.FactoryOrchestrator.Client
ServerPollerExceptionHandler(object, Microsoft.FactoryOrchestrator.Client.ServerPollerExceptionHandlerEventArgs) Delegate
Event handler delegate for a when the poller hit an exception while polling.
public delegate void ServerPollerExceptionHandler(object source, Microsoft.FactoryOrchestrator.Client.ServerPollerExceptionHandlerEventArgs e);
Parameters
source
System.Object
The ServerPoller that retrieved the object.
e
ServerPollerExceptionHandlerEventArgs
The exception from the latest poll operation.