C# 클래스 Wave.Filters.ThrottleMessages

Enforces that messages are delivered to a handler no faster than rate specified in RatePerSecond Implemented using the Token Bucket Algorithm.
상속: System.Attribute, IInboundMessageFilter, IDisposable
파일 보기 프로젝트 열기: ExpediaInc/WaveServiceBus

공개 메소드들

메소드 설명
Dispose ( ) : void
OnHandlerExecuted ( IHandlerResult handlerResult, Type messageType, object message ) : IHandlerResult
OnHandlerExecuting ( Type messageType, object message ) : IHandlerResult

보호된 메소드들

메소드 설명
Dispose ( bool disposing ) : void

메소드 상세

Dispose() 공개 메소드

public Dispose ( ) : void
리턴 void

Dispose() 보호된 메소드

protected Dispose ( bool disposing ) : void
disposing bool
리턴 void

OnHandlerExecuted() 공개 메소드

public OnHandlerExecuted ( IHandlerResult handlerResult, Type messageType, object message ) : IHandlerResult
handlerResult IHandlerResult
messageType System.Type
message object
리턴 IHandlerResult

OnHandlerExecuting() 공개 메소드

public OnHandlerExecuting ( Type messageType, object message ) : IHandlerResult
messageType System.Type
message object
리턴 IHandlerResult