C-DEngine 5.105

cdeP..::..SetPublication Method

Set the PublisCentral bit on the cdeFOC. The requestor is the node requesting the PC

Namespace:  nsCDEngine.Engines.ThingService
Assembly:  C-DEngine (in C-DEngine.dll)

Syntax


public bool SetPublication(
	bool bOnOff,
	Guid pRequestor
)
Public Function SetPublication ( _
	bOnOff As Boolean, _
	pRequestor As Guid _
) As Boolean
public:
bool^ SetPublication(
	bool^ bOnOff, 
	Guid^ pRequestor
)

Parameters

bOnOff
Type: Boolean
if true the property will fire OnChange publications
pRequestor
Type: Guid
Guid of the requestor (Future use)

Return Value

Returns true if the requestor could be registered