NotifyPropertyChangedDispatcherObject.CheckAccessBeginExecute Method
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
action
Type: System.ActionAn action to execute.
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.