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 dispatcher.
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 dispatcher; otherwise, false.
Remarks
Only the thread on which the dispatcher was created can access the dispatcher.
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see dd66cd4c-b087-415f-9c3e-94e3a1835f74.