Table of Contents

Event AfterDelegation

Namespace
LMKit.Agents.Orchestration
Assembly
LM-Kit.NET.dll

Fired after a delegation completes, with the worker's result attached.

public event EventHandler<AfterDelegationEventArgs> AfterDelegation

Returns

EventHandler<AfterDelegationEventArgs>
Fired after a delegation completes, with the worker's result attached.
Share