WorkflowHostGetInstanceInformationCache Method |
Gets the instance information cache.
Namespace: Scanjour.Workflow4.HostAssembly: Scanjour.Workflow4.Host (in Scanjour.Workflow4.Host.dll) Version: 24.5.0.0 (24.5.0.0)
Syntaxprotected override InstanceInformationCache GetInstanceInformationCache()
Protected Overrides Function GetInstanceInformationCache As InstanceInformationCache
protected:
virtual InstanceInformationCache^ GetInstanceInformationCache() override
abstract GetInstanceInformationCache : unit -> InstanceInformationCache
override GetInstanceInformationCache : unit -> InstanceInformationCache
Return Value
InstanceInformationCache
The current instance cach
See Also