Click or drag to resize

IPushMessengerSendToUserT Method (T, String)


Sends an object to the specified user, via the user's UserId.

Namespace:  Ingeniux.CMS.Messaging
Assembly:  Ingeniux.CMS.CSAPI (in Ingeniux.CMS.CSAPI.dll) Version: 10.5.94
Syntax
void SendToUser<T>(
	T obj,
	string userId
)
where T : class, new()

Parameters

obj
Type: T
Message object to send
userId
Type: SystemString
The user id of the receiving user

Type Parameters

T
Type of message object
See Also