TPayload
The type to use for the generic Action and Predicate types.
Intersoft ClientUI Documentation
EventSubscription<TPayload> Class
Members  See Also  Send Feedback
Intersoft.Client.Framework Namespace : EventSubscription<TPayload> Class






Provides a way to retrieve a System.Delegate to execute an action depending on the value of a second filter predicate that returns true if the action should execute.

Object Model

EventSubscription<TPayload> Class

Syntax

Visual Basic (Declaration) 
Public Class EventSubscription(Of TPayload) 
   Implements IEventSubscription 
Visual Basic (Usage)Copy Code
Dim instance As EventSubscription(Of TPayload)
C# 
public class EventSubscription<TPayload> : IEventSubscription  
Delphi 
public class EventSubscription = class(IEventSubscription)
JScript 
JScript does not support Generics.
Managed Extensions for C++ 
public __gc class EventSubscription<TPayload> : public IEventSubscription  
C++/CLI 
generic<typename TPayload>
public ref class EventSubscription : public 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 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family, Windows Vista, Windows Server 2008 family

See Also

© 2012 All Rights Reserved.