C# Class org.GraphDefined.Vanaheimr.Hermod.HTTP.HTTPEventMappingAttribute

Inheritance: System.Attribute
Afficher le fichier Open project: Vanaheimr/Hermod

Méthodes publiques

Méthode Description
HTTPEventMappingAttribute ( String EventIdentification, String UriTemplate, HTTPMethods HTTPMethod, UInt32 MaxNumberOfCachedEvents, System.UInt64 RetryIntervallSeconds = 30, System.Boolean IsSharedEventSource = false ) : System

Creates a new HTTP event mapping.

HTTPEventMappingAttribute ( String EventIdentification, String UriTemplate, UInt32 MaxNumberOfCachedEvents, System.UInt64 RetryIntervallSeconds = 30, System.Boolean IsSharedEventSource = false ) : System

Creates a new HTTP event mapping.

Method Details

HTTPEventMappingAttribute() public méthode

Creates a new HTTP event mapping.
public HTTPEventMappingAttribute ( String EventIdentification, String UriTemplate, HTTPMethods HTTPMethod, UInt32 MaxNumberOfCachedEvents, System.UInt64 RetryIntervallSeconds = 30, System.Boolean IsSharedEventSource = false ) : System
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 System.UInt32 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

HTTPEventMappingAttribute() public méthode

Creates a new HTTP event mapping.
public HTTPEventMappingAttribute ( String EventIdentification, String UriTemplate, UInt32 MaxNumberOfCachedEvents, System.UInt64 RetryIntervallSeconds = 30, System.Boolean IsSharedEventSource = false ) : System
EventIdentification String The internal identification of the HTTP event.
UriTemplate String The URI template of this HTTP event mapping.
MaxNumberOfCachedEvents System.UInt32 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