SaaS CMS has officially launched! Learn more now.

Class DispatcherResult

Unsupported INTERNAL API! Not covered by semantic versioning; might change without notice.

Inheritance
System.Object
DispatcherResult
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: EPiServer.Notification.Internal
Assembly: EPiServer.dll
Version: 11.20.7
Syntax
public class DispatcherResult

Constructors

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

Extension Methods