EventSubscriptionAttribute.Thread Property
Indicates the way the subscription method should be called, see ThreadOption enumeration for the supported modes.
Namespace: Microsoft.Practices.CompositeUI.EventBroker
Assembly: Microsoft.Practices.CompositeUI (in microsoft.practices.compositeui.dll)
Syntax
'Declaration
<DefaultValueAttribute(ThreadOption.Publisher)> _
Public Property Thread As ThreadOption
'Usage
Dim instance As EventSubscriptionAttribute
Dim value As ThreadOption
value = instance.Thread
instance.Thread = value
[DefaultValueAttribute(ThreadOption.Publisher)]
public ThreadOption Thread { get; set; }
[DefaultValueAttribute(ThreadOption::Publisher)]
public:
property ThreadOption Thread {
ThreadOption get ();
void set (ThreadOption value);
}
/** @property */
public ThreadOption get_Thread ()
/** @property */
public void set_Thread (ThreadOption value)
public function get Thread () : ThreadOption
public function set Thread (value : ThreadOption)
See Also
Reference
EventSubscriptionAttribute Class
EventSubscriptionAttribute Members
Microsoft.Practices.CompositeUI.EventBroker Namespace