Intersoft.Client.Framework Namespace : SubscribeOptions Enumeration |
<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
Member | Description |
---|---|
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. |
System.Object
System.ValueType
System.Enum
Intersoft.Client.Framework.SubscribeOptions
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