Click or drag to resize

PFRelation_ItemSubscriptionAcknowledge Method

Make the given user acknowledge (read receipt) this item conversation. This method uses process level locking to ensure the subscription is updated in an atomic manner. Avoid calling this method from another process (e.g. TimerJobs). If set to true site events will be emitted, allowing the UI (e.g. chat) to update in realtime.

Namespace:  Packflow.Core
Assembly:  MicaSystems.Packflow.Core (in MicaSystems.Packflow.Core.dll) Version: 1.0.0.0 (3.2.0.306)
Syntax
C#
public void Acknowledge(
	long userId,
	bool emitSiteEvents = false
)

Parameters

userId
Type: SystemInt64
emitSiteEvents (Optional)
Type: SystemBoolean
See Also