DispatcherTypeUtilitiesGetDispatcherTypes Method

Scanjour Workflow4 Reference Manual
Retrieves the dispatcher types defined in the deployed assemblies.

Namespace:  Scanjour.Workflow4.Web.Services
Assembly:  Scanjour.Workflow4.Web.Services (in Scanjour.Workflow4.Web.Services.dll) Version: 23.1.0.0 (23.1.0.0)
Syntax

public static IEnumerable<DispatcherType> GetDispatcherTypes(
	DirectoryInfo assemblyFolder = null
)

Parameters

assemblyFolder (Optional)
Type: System.IODirectoryInfo
The folder that contains the assemblies.

Return Value

Type: IEnumerableDispatcherType
A collection of the found dispatcher types.
See Also

Reference