Fixed Inheritance Bug 4
This commit is contained in:
parent
0949c1011e
commit
77b07a3247
|
@ -9,12 +9,6 @@ namespace AsterNET.Manager.Event
|
|||
/// </summary>
|
||||
public class QueueMemberRemovedEvent : AbstractQueueMemberEvent
|
||||
{
|
||||
/// <summary>
|
||||
/// Returns the name of the member's interface.<br/>
|
||||
/// E.g. the channel name or agent group.
|
||||
/// </summary>
|
||||
public new string MemberName { get; set; }
|
||||
|
||||
/// <summary>
|
||||
/// Creates a new QueueMemberRemovedEvent
|
||||
/// </summary>
|
||||
|
|
Loading…
Reference in a new issue