Click or drag to resize

InstanceInformationCacheGetEnumerator Method

Returns enumerator for cache.

Namespace: Scanjour.Workflow4.Host
Assembly: Scanjour.Workflow4.Host (in Scanjour.Workflow4.Host.dll) Version: 24.5.0.0 (24.5.0.0)
Syntax
public IEnumerator<KeyValuePair<Guid, InstanceInformation>> GetEnumerator()

Return Value

IEnumeratorKeyValuePairGuid, InstanceInformation

[Missing <returns> documentation for "M:Scanjour.Workflow4.Host.InstanceInformationCache.GetEnumerator"]

Implements

IEnumerableTGetEnumerator
See Also