Invoker(R) Delegate

Microsoft Robotics Class Reference

Delegate for invoking a method in a WPF adapter

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

Syntax

public delegate R Invoker<R>()

Type Parameters

  • R
    return type of the method

Return Value

the return value of the method

See Also

Microsoft.Ccr.Adapters.Wpf Namespace