Share via


DispatcherOperationCallback Delegate

Provides callback functionality for dispatcher operations.

Namespace: Microsoft.SPOT
Assembly: Microsoft.SPOT.TinyCore (in microsoft.spot.tinycore.dll)

Syntax

public delegate Object DispatcherOperationCallback (
         Objectarg
)

Parameters

  • arg
    An argument that is passed to the callback method. The value of this parameter can be null.

Return Value

The object returned by the callback method. This value can be null.

Version Information

Available in .NET Micro Framework version 2.0, 2.5

See Also

Reference

Microsoft.SPOT Namespace