EmptyHandler(T) Method

Microsoft Robotics Class Reference

An empty handler implementation that can be used in a receiver to handle a message without side effects

Namespace: Microsoft.Ccr.Core
Assembly: Microsoft.Ccr.Core (in Microsoft.Ccr.Core.dll) Version: 4.0.261.0 (4.0.261.0)

Syntax

public static void EmptyHandler<T>(
    this DispatcherQueue TaskQueue,
    T message
)

Parameters

  • message
    Type: T
    The message

Type Parameters

  • T
    The message type

Usage Note

In Visual Basic and C#, you can call this method as an instance method on any object of type DispatcherQueue. When you use instance method syntax to call this method, omit the first parameter. For more information, see or .

See Also

DispatcherQueueExtensions Class

Microsoft.Ccr.Core Namespace