AzureNotificationProvider Class
- Namespace:
- Weavy.Core.Providers
- Assembly:
- Weavy.Core.dll
An Azure notification hub implementation of INotificationProvider.
public class AzureNotificationProvider : INotificationProvider, IProvider, IExtension
- Inheritance:
- System.Object → AzureNotificationProvider
- Implements:
- INotificationProvider, IProvider, IExtension
Constructors
Azure |
Initializes a new instance of the AzureNotificationProvider class. Requires the following configuration settings: <ul> <li>weavy.azure-notification-provider.messenger-connection-string</li> <li>weavy.azure-notification-provider.messenger-hub-path</li> <li>weavy.azure-notification-provider.spaces-connection-string</li> <li>weavy.azure-notification-provider.spaces-hub-path</li> </ul> |
Methods
Push(Push |
Extension Methods
Serialize(object) | Serializes an object, or graph of connected objects, to a byte array. |
Serialize |
Serializes an object, or graph of connected objects, to a json string. |
Is |
Determines whether the specified object is valid by evaluating each ValidationAttribute instance that is attached to the object type. |