Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Microsoft Robotics Class Reference
Closure signature for message handler.
Namespace: Microsoft.Ccr.Core
Assembly: Microsoft.Ccr.Core (in Microsoft.Ccr.Core.dll) Version: 4.0.261.0 (4.0.261.0)
Syntax
public delegate void Handler<T0>(
T0 parameter0
)
Parameters
- parameter0
Type: T0
The 0th parameter to the message handler.
Type Parameters
- T0
The 0th parameter type to the message handler.