C# 클래스 npantarhei.runtime.patterns.Throttle

상속: AOperation
파일 보기 프로젝트 열기: ralfw/NPantaRhei

공개 메소드들

메소드 설명
Throttle ( string name, int periodInMilliseconds = 500 ) : System

보호된 메소드들

메소드 설명
Process ( IMessage input, Action continueWith, Action unhandledException ) : void

메소드 상세

Process() 보호된 메소드

protected Process ( IMessage input, Action continueWith, Action unhandledException ) : void
input IMessage
continueWith Action
unhandledException Action
리턴 void

Throttle() 공개 메소드

public Throttle ( string name, int periodInMilliseconds = 500 ) : System
name string
periodInMilliseconds int
리턴 System