C# Class Appccelerate.EventBroker.EventPublicationAttribute

Inheritance: System.Attribute
Afficher le fichier Open project: appccelerate/appccelerate

Méthodes publiques

Méthode Description
EventPublicationAttribute ( string topic ) : System

Initializes a new instance of the EventPublicationAttribute class with global publication scope.

EventPublicationAttribute ( string topic, HandlerRestriction handlerRestriction ) : System

Initializes a new instance of the EventPublicationAttribute class.

Method Details

EventPublicationAttribute() public méthode

Initializes a new instance of the EventPublicationAttribute class with global publication scope.
public EventPublicationAttribute ( string topic ) : System
topic string The topic URI.
Résultat System

EventPublicationAttribute() public méthode

Initializes a new instance of the EventPublicationAttribute class.
public EventPublicationAttribute ( string topic, HandlerRestriction handlerRestriction ) : System
topic string The topic URI.
handlerRestriction HandlerRestriction The handler restriction.
Résultat System