Class RealtimeRequestById
Version: 3.2
A request for sending real-time notifications to specified users by id.
Inherited Members
Namespace: StylelabsStylelabs.MSdkStylelabs.M.Sdk.ModelsNotifications
Assembly: Stylelabs.M.Sdk.dll
Syntax
RequestResponse
public sealed class RealtimeRequestById : RealtimeRequest, IRealtimeRequest, IRequestByIdProperties
Recipients
Gets or sets the recipients.
Declaration
RequestResponse
public IList<long> Recipients { get; set; }Property Value
| Type | Description |
|---|---|
| IList<>long |
Methods
Validate()
Base class for real-time notification (browser notification) requests.
Declaration
RequestResponse
public override void Validate()Overrides
Exceptions
| Type | Condition |
|---|---|
| ValidationException |
When the request has invalid properties. |