Class DispatcherResult
Unsupported INTERNAL API! Not covered by semantic versioning; might change without notice.
Inheritance
Inherited Members
Namespace: EPiServer.Notification.Internal
Assembly: EPiServer.dll
Version: 10.10.4Syntax
public class DispatcherResultConstructors
DispatcherResult()
Declaration
public DispatcherResult()Properties
ActiveProvidersCount
Unsupported INTERNAL API! Not covered by semantic versioning; might change without notice. Get or sets the total number of active (not disabled) providers
Declaration
public int ActiveProvidersCount { get; set; }Property Value
| Type | Description | 
|---|---|
| System.Int32 | 
HasBeenCancelled
Unsupported INTERNAL API! Not covered by semantic versioning; might change without notice. Gets or sets a value indicating if the operation has been cancelled.
Declaration
public bool HasBeenCancelled { get; set; }Property Value
| Type | Description | 
|---|---|
| System.Boolean | 
ProviderSentResults
Unsupported INTERNAL API! Not covered by semantic versioning; might change without notice. Get all the result from the providers.
Declaration
public IDictionary<string, NotificationProviderResult> ProviderSentResults { get; }Property Value
| Type | Description | 
|---|---|
| System.Collections.Generic.IDictionary<System.String, NotificationProviderResult> | 
TotalFailedSentMessage
Unsupported INTERNAL API! Not covered by semantic versioning; might change without notice. Gets the number of failed sent messages.
Declaration
public int TotalFailedSentMessage { get; }Property Value
| Type | Description | 
|---|---|
| System.Int32 | 
TotalSucceededSentMessage
Unsupported INTERNAL API! Not covered by semantic versioning; might change without notice. Gets the number of succeeded sent messages.
Declaration
public int TotalSucceededSentMessage { get; }Property Value
| Type | Description | 
|---|---|
| System.Int32 | 
