ThreadOption Enumeration

Specifies on which Thread an EventTopic subscriber will be called.

Namespace: Microsoft.Practices.CompositeUI.EventBroker
Assembly: Microsoft.Practices.CompositeUI (in microsoft.practices.compositeui.dll)

Syntax

'Declaration
Public Enumeration ThreadOption
'Usage
Dim instance As ThreadOption
public enum ThreadOption
public enum class ThreadOption
public enum ThreadOption
public enum ThreadOption

Members

  Member name Description
Background The call is done asynchronously on a background Thread.  
Publisher The call is done on the same Thread on which the EventTopic was fired.  
UserInterface The call is done is done on the UI Thread.  

See Also

Reference

Microsoft.Practices.CompositeUI.EventBroker Namespace