NotifyPropertyChangedDispatcherObject.CheckAccessBeginExecute Method

[This documentation is for preview only, and is subject to change in later releases. Blank topics are included as placeholders.]

Executes the specified action on a thread associated with object's dispatcher.

This invokes a BeginInvoke on the Dispatcher, does not wait for the action to complete -- returns immediately.

Namespace:  Microsoft.TeamFoundation.MVVM
Assembly:  Microsoft.TeamFoundation.Controls (in Microsoft.TeamFoundation.Controls.dll)

Syntax

'Declaration
Public Sub CheckAccessBeginExecute ( _
    action As Action _
)
public void CheckAccessBeginExecute(
    Action action
)
public:
void CheckAccessBeginExecute(
    Action^ action
)
member CheckAccessBeginExecute : 
        action:Action -> unit
public function CheckAccessBeginExecute(
    action : Action
)

Parameters

.NET Framework Security

See Also

Reference

NotifyPropertyChangedDispatcherObject Class

Microsoft.TeamFoundation.MVVM Namespace