C# 클래스 org.GraphDefined.Vanaheimr.Hermod.HTTP.HTTPEventMappingAttribute

상속: System.Attribute
파일 보기 프로젝트 열기: Vanaheimr/Hermod

공개 메소드들

메소드 설명
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.

메소드 상세

HTTPEventMappingAttribute() 공개 메소드

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.
리턴 System

HTTPEventMappingAttribute() 공개 메소드

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.
리턴 System