Intersoft ClientUI Documentation
SubscribeOptions Enumeration



Specifies the options used in Subscribe methods in an event aggregator.
Syntax
<FlagsAttribute()>
Public Enum SubscribeOptions 
   Inherits System.Enum
Dim instance As SubscribeOptions
[FlagsAttribute()]
public enum SubscribeOptions : System.Enum 
[FlagsAttribute()]
public enum class SubscribeOptions : public System.Enum 
Members
MemberDescription
Default The default options.
SupportsCancellation Specifies whether the subscription supports cancellable events. This option is reserved for future implementation.
UseBackgroundThread Specifies the event to be invoked in a background thread.
UseStrongReference Specifies the action and filter methods to be strongly referenced in the event subscription.
Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         Intersoft.Client.Framework.SubscribeOptions

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

Intersoft.Client.Framework Namespace

Send Feedback