adTempus API
ArcanaDevelopment.adTempus.ApplicationIntegration Namespace / ScriptHostInterface Class / SendNotificationMessage Method
The message to send.


In This Topic
    SendNotificationMessage Method (ScriptHostInterface)
    In This Topic
    Sends a notification message through the adTempus notification system.
    Syntax
    'Declaration
     
    
    Public Shared Sub SendNotificationMessage( _
       ByVal message As NotificationMessage _
    ) 
    public static void SendNotificationMessage( 
       NotificationMessage message
    )
    public:
    static void SendNotificationMessage( 
       NotificationMessage^ message
    ) 

    Parameters

    message
    The message to send.
    See Also