namespace Asterisk.NET.Manager.Event
{
///
/// A ZapShowChannelsCompleteEvent is triggered after the state of all zap channels has been reported
/// in response to a ZapShowChannelsAction.
///
///
///
public class ZapShowChannelsCompleteEvent : ResponseEvent
{
public ZapShowChannelsCompleteEvent(ManagerConnection source)
: base(source)
{
}
}
}