Click or drag to resize

DataNotification Constructor

Initializes a new instance of the DataNotification class

Namespace:  Unvired.Kernel.UWP.Sync
Assembly:  Unvired.Kernel.UWP (in Unvired.Kernel.UWP.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public DataNotification(
	string beName,
	BeActionType actionType,
	string lid
)

Parameters

beName
Type: SystemString
actionType
Type: Unvired.Kernel.UWP.ConstantsBeActionType
lid
Type: SystemString
See Also