IProcessServiceClearCache Method

Scanjour Workflow4 Reference Manual
Clears the all cached objects If no type is supplied in the parameter it will trigger an appdomain.unload performed by the host when there are no running workflow instances

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

Stream ClearCache(
	string typeName
)

Parameters

typeName
Type: SystemString
The type of the objects in the cache

Return Value

Type: Stream
Size of objects removed
See Also

Reference