C# 클래스 NServiceBus.TimeToBeReceivedConventionExtensions

Provides the ability to specify TTBR using a convention.
파일 보기 프로젝트 열기: Particular/NServiceBus

공개 메소드들

메소드 설명
DefiningTimeToBeReceivedAs ( this builder, TimeSpan>.Func retrieveTimeToBeReceived ) : ConventionsBuilder

Sets the function to be used to evaluate whether a message has a time to be received.

메소드 상세

DefiningTimeToBeReceivedAs() 공개 정적인 메소드

Sets the function to be used to evaluate whether a message has a time to be received.
public static DefiningTimeToBeReceivedAs ( this builder, TimeSpan>.Func retrieveTimeToBeReceived ) : ConventionsBuilder
builder this
retrieveTimeToBeReceived TimeSpan>.Func
리턴 ConventionsBuilder