Interface IMessagingService
This interface contains properties and methods required for a Messaging Service. It is implemented by MessagingService.
Namespace:
Assembly: Alachisoft.NCache.Web.dll
Syntax
public interface IMessagingService
Name | Description |
---|---|
CreateTopic(String) | Creates a topic with the specified name. |
DeleteTopic(String) | Deletes the specified topic. |
GetTopic(String) | Retrieves the specified topic instance. |