Click or drag to resize

PFApplicationHub Constructor

Initializes a new instance of the PFApplicationHub class.

Namespace:  Packflow.Interface
Assembly:  MicaSystems.Packflow.Interface (in MicaSystems.Packflow.Interface.dll) Version: 1.0.0.0 (2.0.0.223)
Syntax
C#
public PFApplicationHub(
	HubCallerContext context,
	PFApplication application
)

Parameters

context
Type: Packflow.Interface.ServicesHubCallerContext
The SignalR context.
application
Type: Packflow.CorePFApplication
The application.
See Also