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