Share via


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>(
    T message
)

Parameters

  • message
    Type: T
    The message

Type Parameters

  • T
    The message type

See Also

CcrServiceBase Class

Microsoft.Ccr.Core Namespace