Class RealTimeTrackingExtensions
OptimaJet.Workflow.RealTimeTrackingPlugin.RealTimeTrackingExtensions
Extension methods for RealTimeTrackingPlugin.
Namespace: OptimaJet.Workflow.RealTimeTrackingPlugin
public static class RealTimeTrackingExtensionsInheritance
- System.Object
Methods
public static HubEndpointConventionBuilder MapRealTimeTracking(this IEndpointRouteBuilder endpoints, string pattern = "/workflowHub") #Maps real-time tracking to the application by adding a signalR hub endpoint.
Parameters
Name
Type
Description
patternStringThe pattern to match for the real-time tracking endpoint. Default value is "/workflowHub".
Returns
Type
Description
HubEndpointConventionBuilderThe HubEndpointConventionBuilder used to further configure the real-time tracking endpoint.
public static IServiceCollection AddRealTimeTracking(this IServiceCollection services) #Adds real-time tracking to the application.
Parameters
Name
Type
Description
Returns
Type
Description
IServiceCollectionThe updated IServiceCollection.