Set the user workflow for an event

Namespace: SynergyServerScripting.Entities
Assembly: SynergyServerScripting (in SynergyServerScripting.dll)

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.
JScript does not support generic types and methods.
This language is not supported or no code example is available.

Parameters

user_id
Type: EntityID

the id of the user

src_type
Type: EntityType

the event type

source_id
Type: EntityID

the source id

event_types
Type: HashSet<UserNotificationEventType>

the list of event types we're signing up for

db
Type: IDatabase

the database to use

.NET Framework

Supported in: 4.5, 4.5.1, 4.5.2, 4.6, 4.6.1, 4.6.2, 4.7, 4.7.1