C# 클래스 NServiceBus.TimeToBeReceivedMappings

파일 보기 프로젝트 열기: Particular/NServiceBus 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
DefaultConvention TimeSpan>.Func

공개 메소드들

메소드 설명
TimeToBeReceivedMappings ( IEnumerable knownMessages, TimeSpan>.Func convention, bool doesTransportSupportDiscardIfNotReceivedBefore ) : System
TryGetTimeToBeReceived ( Type messageType, System.TimeSpan &timeToBeReceived ) : bool

비공개 메소드들

메소드 설명
GetTimeToBeReceived ( TimeSpan>.Func convention, Type messageType, bool doesTransportSupportDiscardIfNotReceivedBefore ) : System.TimeSpan

메소드 상세

TimeToBeReceivedMappings() 공개 메소드

public TimeToBeReceivedMappings ( IEnumerable knownMessages, TimeSpan>.Func convention, bool doesTransportSupportDiscardIfNotReceivedBefore ) : System
knownMessages IEnumerable
convention TimeSpan>.Func
doesTransportSupportDiscardIfNotReceivedBefore bool
리턴 System

TryGetTimeToBeReceived() 공개 메소드

public TryGetTimeToBeReceived ( Type messageType, System.TimeSpan &timeToBeReceived ) : bool
messageType System.Type
timeToBeReceived System.TimeSpan
리턴 bool

프로퍼티 상세

DefaultConvention 공개적으로 정적으로 프로퍼티

public static Func DefaultConvention
리턴 TimeSpan>.Func