Click or drag to resize

TagRefreshTags Method

Refreshes the cache of tags used to return tags from the GetTag(Guid) method.

Namespace: GSF.PQDIF
Assembly: GSF.PQDIF (in GSF.PQDIF.dll) Version: 2.4.181-beta
Syntax
public static void RefreshTags(
	XDocument doc
)
View Source

Parameters

doc  XDocument
The XML document containing the tag definitions.
See Also