Table of Contents

Method Remove

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

Remove(IAgentStreamHandler)

Removes a handler from the multicast.

public bool Remove(IAgentStreamHandler handler)

Parameters

handler IAgentStreamHandler

The handler to remove.

Returns

bool

True if removed, false if not found.