Spawn(T0) Method (T0, Handler(T0))

Microsoft Robotics Class Reference

Invoke a message handler asynchronously, supplying any arguments explicitly.

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

Syntax

protected void Spawn<T0>(
    T0 t0,
    Handler<T0> handler
)

Parameters

  • t0
    Type: T0
    The 0th parameter to the message handler.

Type Parameters

  • T0
    The 0th parameter type to the message handler.

See Also

CcrServiceBase Class

Spawn Overload

Microsoft.Ccr.Core Namespace