Share via


DispatcherEventSubscription<TPayload> Members

Include Protected Members
Include Inherited Members

The DispatcherEventSubscription<TPayload> type exposes the following members.

Constructors

  Name Description
Public method DispatcherEventSubscription<TPayload>
Creates a new instance of BackgroundEventSubscription<TPayload>.

Methods

  Name Description
Public method Equals
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
Protected method Finalize
Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection.
(Inherited from Object.)
Public method GetExecutionStrategy
Gets the execution strategy to publish this event.
(Inherited from EventSubscription<TPayload>.)
Public method GetHashCode
Serves as a hash function for a particular type.
(Inherited from Object.)
Public method GetType
Gets the Type of the current instance.
(Inherited from Object.)
Public method InvokeAction(Action<TPayload>, TPayload)
Invokes the specified Action<T> asynchronously in the specified Dispatcher.
Public method InvokeAction(Action<TPayload>, TPayload)
Invokes the specified Action<T> synchronously when not overriden.
(Inherited from EventSubscription<TPayload>.)
Protected method MemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public method ToString
Returns a String that represents the current Object.
(Inherited from Object.)

Properties

  Name Description
Public property Action
Gets the target Action<T> that is referenced by the IDelegateReference.
(Inherited from EventSubscription<TPayload>.)
Public property Filter
Gets the target Predicate<T> that is referenced by the IDelegateReference.
(Inherited from EventSubscription<TPayload>.)
Public property SubscriptionToken
Gets or sets a SubscriptionToken that identifies this IEventSubscription.
(Inherited from EventSubscription<TPayload>.)

See Also

DispatcherEventSubscription<TPayload> Class

Microsoft.Practices.Prism.Events Namespace