C# 클래스 Jayway.Throttling.AzureCacheThrottlingService

상속: IThrottlingService
파일 보기 프로젝트 열기: jayway/Throttling.Lab

공개 메소드들

메소드 설명
Allow ( string account, long cost, Func intervalFactory ) : bool
AzureCacheThrottlingService ( DataCache dataCache ) : System

메소드 상세

Allow() 공개 메소드

public Allow ( string account, long cost, Func intervalFactory ) : bool
account string
cost long
intervalFactory Func
리턴 bool

AzureCacheThrottlingService() 공개 메소드

public AzureCacheThrottlingService ( DataCache dataCache ) : System
dataCache DataCache
리턴 System