Abort Method

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

Aborts the delegate on the dispatcher queue associated with the current DispatcherOperation object.

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

Syntax

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

Return Value

Type: System. . :: . .Boolean
true if the operation was aborted; otherwise, false.

.NET Framework Security

See Also

Reference

DispatcherOperation Class

Microsoft.SPOT Namespace