1. RealtimeRequestById

Class RealtimeRequestById

A request for sending real-time notifications to specified users by id.

Inheritance
object
RealtimeRequestById
Namespace: StylelabsStylelabs.MSdkStylelabs.M.Sdk.ModelsNotifications
Assembly: Stylelabs.M.Sdk.dll
Syntax
public sealed class RealtimeRequestById : RealtimeRequest, IRealtimeRequest, IRequestById

Properties

Recipients

Gets or sets the recipients.

Declaration
public IList<long> Recipients { get; set; }
Property Value
TypeDescription
IList<>long

Methods

Validate()

Base class for real-time notification (browser notification) requests.

Declaration
public override void Validate()
Overrides
Exceptions
TypeCondition
ValidationException

When the request has invalid properties.

Implements

If you have suggestions for improving this article, let us know!