BackgroundEventSubscription<TPayload> Class
Extends EventSubscription<TPayload> to invoke the Action delegate in a background thread.
Namespace: Microsoft.Practices.Prism.PubSubEvents
Assembly: Microsoft.Practices.Prism.PubSubEvents (in Microsoft.Practices.Prism.PubSubEvents.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public class BackgroundEventSubscription<TPayload> : EventSubscription<TPayload>
'Declaration
Public Class BackgroundEventSubscription(Of TPayload)
Inherits EventSubscription(Of TPayload)
Type Parameters
- TPayload
The type to use for the generic Action<T> and Predicate<T> types.
Inheritance Hierarchy
System.Object
Microsoft.Practices.Prism.PubSubEvents.EventSubscription<TPayload>
Microsoft.Practices.Prism.PubSubEvents.BackgroundEventSubscription<TPayload>
See Also
BackgroundEventSubscription<TPayload> Members