Méthode | Description | |
---|---|---|
PublicationDirective ( string channel, |
Initializes a new instance of the PublicationDirective class.
|
Méthode | Description | |
---|---|---|
BuildKey ( ) : object |
Builds the value that uniquely identifies the directive. This is called the first time the key is accessed, and then cached in the directive. This exists because most directives' keys are based on reading member information, especially parameters. Since it's a relatively expensive procedure, it shouldn't be done each time the key is accessed. |
public PublicationDirective ( string channel, |
||
channel | string | The name of the channel that is to be published to. |
evt | The event that will be published to the channel. | |
Résultat | System.Reflection |