CheckAccess Method

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

Determines whether the calling thread has access to the current DispatcherObject object.

Namespace:  Microsoft.SPOT
Assembly:  Microsoft.SPOT.TinyCore (in Microsoft.SPOT.TinyCore.dll)

Syntax

'Declaration
Public Function CheckAccess As Boolean
public bool CheckAccess()
public:
bool CheckAccess()
member CheckAccess : unit -> bool 
public function CheckAccess() : boolean

Return Value

Type: System. . :: . .Boolean
true if the calling thread has access to the current object; otherwise, false.

.NET Framework Security

See Also

Reference

DispatcherObject Class

Microsoft.SPOT Namespace