Fixed Inheritance Bug 4
This commit is contained in:
parent
0949c1011e
commit
77b07a3247
1 changed files with 11 additions and 17 deletions
|
@ -9,12 +9,6 @@ namespace AsterNET.Manager.Event
|
||||||
/// </summary>
|
/// </summary>
|
||||||
public class QueueMemberRemovedEvent : AbstractQueueMemberEvent
|
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>
|
/// <summary>
|
||||||
/// Creates a new QueueMemberRemovedEvent
|
/// Creates a new QueueMemberRemovedEvent
|
||||||
/// </summary>
|
/// </summary>
|
||||||
|
|
Loading…
Reference in a new issue