UserNotification.SetUserNotification Method
Public Shared Sub SetUserNotification( _
ByVal user_id As EntityID, _
ByVal src_type As EntityType, _
ByVal source_id As EntityID, _
ByVal event_types As HashSet(Of UserNotificationEventType), _
ByVal db As IDatabase _
)
This language is not supported or no code example is available.
public static void SetUserNotification(
EntityID user_id,
EntityType src_type,
EntityID source_id,
HashSet<UserNotificationEventType> event_types,
IDatabase db
)
This language is not supported or no code example is available.
public:
static void SetUserNotification(
EntityID^ user_id,
EntityType src_type,
EntityID^ source_id,
HashSet<UserNotificationEventType>^ event_types,
IDatabase^ db
)
This language is not supported or no code example is available.
Parameters
- user_id
- EntityID
the id of the user
- src_type
- EntityType
the event type
- source_id
- EntityID
the source id
- event_types
- HashSet<UserNotificationEventType>
the list of event types we're signing up for
- db
- IDatabase
the database to use