adTempus API
ArcanaDevelopment.adTempus.Client Namespace / NotificationAddress Class / ServiceProvider Property


In This Topic
    ServiceProvider Property
    In This Topic
    The MessagingServiceProvider to use for this address, if a specific provider is required
    Syntax
    'Declaration
     
    
    <CanBeNullAttribute()>
    Public Property ServiceProvider As MessagingServiceProvider
    [CanBeNull()]
    public MessagingServiceProvider ServiceProvider {get; set;}
    [CanBeNull()]
    public:
    property MessagingServiceProvider^ ServiceProvider {
       MessagingServiceProvider^ get();
       void set (    MessagingServiceProvider^ value);
    }
    Remarks

    If this address requires a particular MessagingServiceProvider specify the provider here. Otherwise, set to a null reference (Nothing in Visual Basic) and adTempus will try all available providers that can serve this AddressType. For example, if SMS notification to this mobile device needs to be delivered through a specific SMS provider, specify the provider here. Otherwise adTempus will try all of the configured SMS providers.

    See Also