Method | 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.
|
public EventPublicationAttribute ( string topic ) : System | ||
topic | string | The topic URI. |
return | System |
public EventPublicationAttribute ( string topic, HandlerRestriction handlerRestriction ) : System | ||
topic | string | The topic URI. |
handlerRestriction | HandlerRestriction | The handler restriction. |
return | System |