Méthode | Description | |
---|---|---|
HTTPEventMappingAttribute ( String EventIdentification, String UriTemplate, HTTPMethods HTTPMethod, |
Creates a new HTTP event mapping.
|
|
HTTPEventMappingAttribute ( String EventIdentification, String UriTemplate, |
Creates a new HTTP event mapping.
|
public HTTPEventMappingAttribute ( String EventIdentification, String UriTemplate, HTTPMethods HTTPMethod, |
||
EventIdentification | String | The internal identification of the HTTP event. |
UriTemplate | String | The URI template of this HTTP event mapping. |
HTTPMethod | HTTPMethods | The HTTP method to use. |
MaxNumberOfCachedEvents | Maximum number of cached events (0 means infinite). | |
RetryIntervallSeconds | System.UInt64 | The retry intervall in seconds. |
IsSharedEventSource | System.Boolean | The event source may be accessed via multiple URI templates. |
Résultat | System |
public HTTPEventMappingAttribute ( String EventIdentification, String UriTemplate, |
||
EventIdentification | String | The internal identification of the HTTP event. |
UriTemplate | String | The URI template of this HTTP event mapping. |
MaxNumberOfCachedEvents | Maximum number of cached events (0 means infinite). | |
RetryIntervallSeconds | System.UInt64 | The retry intervall in seconds. |
IsSharedEventSource | System.Boolean | The event source may be accessed via multiple URI templates. |
Résultat | System |