LBM .Net API Documentation
remove Method (definitionId, versionMajor, versionMinor)
Namespacescom.latencybusters.pdmPDMDefinitionCacheremove(Int32, Int32, Int32)
Removes any matching {@link PDMDefinition} from the cache withthe corresponding id and version
Declaration Syntax
C#
public virtual PDMDefinition remove(
	int definitionId,
	int versionMajor,
	int versionMinor
)
Parameters
definitionId (Int32)
the id of the definition to remove
versionMajor (Int32)
the major version of the definition to remove
versionMinor (Int32)
the minor version of the definition to remove
Return Value
the {@link PDMDefinition} that was removed or null

Assembly: lbmcspdm (Module: lbmcspdm) Version: 6.7.1.0 (1.0.0.0)