Method Remove
Remove(IAgentStreamHandler)
Removes a handler from the multicast.
public bool Remove(IAgentStreamHandler handler)
Parameters
handlerIAgentStreamHandlerThe handler to remove.
Returns
- bool
True if removed, false if not found.
Removes a handler from the multicast.
public bool Remove(IAgentStreamHandler handler)
handler IAgentStreamHandlerThe handler to remove.
True if removed, false if not found.