Skip to content

Client Library Class Reference

Microsoft.FactoryOrchestrator.Client Namespace

Classes
FactoryOrchestratorClient An asynchronous class for Factory Orchestrator .NET clients. Use instances of this class to communicate with Factory Orchestrator Service(s).
WARNING: Use FactoryOrchestratorUWPClient for UWP clients or your UWP app will crash!
FactoryOrchestratorConnectionException A FactoryOrchestratorConnectionException describes a Factory Orchestrator Client-Service connection issue.
FactoryOrchestratorVersionMismatchException A FactoryOrchestratorVersionMismatchException is thrown if the Major versions of the Client and Service are incompatable.
ServerPoller Factory Ochestrator uses a polling model. ServerPoller is used to create a polling thread for a given Factory Ochestrator GUID. It can optionally raise a ServerPollerEvent event via OnUpdatedObject.
All Factory Orchestrator GUID types are supported.
ServerPollerEventArgs Class used to share the new object with the callee via OnUpdatedObject.
ServerPollerExceptionHandlerEventArgs Class containing the exception thrown from the latest poll operation.
Delegates
IPCClientOnConnected() Signature for event handlers.
ServerPollerEventHandler(object, ServerPollerEventArgs) Event handler delegate for a when a new object has been retrieved from the Server.
ServerPollerExceptionHandler(object, ServerPollerExceptionHandlerEventArgs) Event handler delegate for a when the poller hit an exception while polling.