DispatcherOperationCallback Delegate

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

Provides callback functionality for dispatcher operations.

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

Syntax

'Declaration
Public Delegate Function DispatcherOperationCallback ( _
    arg As Object _
) As Object
public delegate Object DispatcherOperationCallback(
    Object arg
)
public delegate Object^ DispatcherOperationCallback(
    Object^ arg
)
type DispatcherOperationCallback = 
    delegate of 
        arg:Object -> Object
JScript does not support delegates.

Parameters

  • arg
    Type: System. . :: . .Object
    An argument that is passed to the callback method. The value of this parameter can be nullNothingnullptrunita null reference (Nothing in Visual Basic).

Return Value

Type: System. . :: . .Object

See Also

Reference

Microsoft.SPOT Namespace