Intersoft ClientUI Documentation
BackgroundEventSubscription<TPayload> Class
Members 



The type to use for the generic Action and Predicate types.
Extends EventSubscription<TPayload> to invoke the EventSubscription<TPayload>.Action delegate in a background thread.
Object Model
BackgroundEventSubscription<TPayload> ClassSubscriptionToken Class
Syntax
Public Class BackgroundEventSubscription(Of TPayload) 
   Inherits EventSubscription(Of TPayload)
   Implements IEventSubscription 
public class BackgroundEventSubscription<TPayload> : EventSubscription<TPayload>, IEventSubscription  
generic<typename TPayload>
public ref class BackgroundEventSubscription : public EventSubscription<TPayload>, IEventSubscription  
Type Parameters
TPayload
The type to use for the generic Action and Predicate types.
Inheritance Hierarchy

System.Object
   Intersoft.Client.Framework.EventSubscription<TPayload>
      Intersoft.Client.Framework.BackgroundEventSubscription<TPayload>

Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

BackgroundEventSubscription<TPayload> Members
Intersoft.Client.Framework Namespace

Send Feedback