Cluster.refreshEntity()

Signature

void refreshEntity(long id, int typeId, int version)

Domain

ACTION, CONDITION, QUERY

Description

Refresh the local copy from the cluster

Parameters

NameTypeDescription
idlongid of the local copy of entity
typeIdintType id of the local copy of entity. This comes from the typeId argument of a subscription preprocessor.
versionintVersion of the entity.

Returns

TypeDescription
void

Cautions

none

Example


String cName = ClusterFunctions.refreshEntity(id,typeId,version);