LBM .Net API Documentation
get Method (definitionId, versionMajor, versionMinor)
Namespacescom.latencybusters.pdmPDMDefinitionCacheget(Int32, Int32, Int32)
Gets the matching {@link PDMDefinition} including version
Declaration Syntax
C#
public virtual PDMDefinition get(
	int definitionId,
	int versionMajor,
	int versionMinor
)
Parameters
definitionId (Int32)
the id of the definition to look up
versionMajor (Int32)
the major version number of the definition to look up
versionMinor (Int32)
the minor version number of the definition to look up
Return Value
the {@link PDMDefinition}

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