Class TopicDeleteEventArgs
This class represents the arguments containing deleted topic information.
Inheritance
System.Object
System.EventArgs
TopicDeleteEventArgs
Assembly: Alachisoft.NCache.Runtime.dll
Syntax
public class TopicDeleteEventArgs : EventArgs
Constructors
TopicDeleteEventArgs(String)
Creates the TopicDeleteEventArgs instance.
Declaration
public TopicDeleteEventArgs(string topicName)
Parameters
Type | Name | Description |
---|---|---|
System.String | topicName | Deleted topic name. |
Properties
TopicName
This property specifies the name of the deleted topic.
Declaration
public string TopicName { get; }
Property Value
Type | Description |
---|---|
System.String | Name of the deleted topic. |