Share via


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

Inheritance Hierarchy

System.Object
  Microsoft.Practices.Prism.PubSubEvents.EventSubscription<TPayload>
    Microsoft.Practices.Prism.PubSubEvents.BackgroundEventSubscription<TPayload>

See Also

BackgroundEventSubscription<TPayload> Members

Microsoft.Practices.Prism.PubSubEvents Namespace