C# Class SignalR.EventAggregatorProxy.Client.EventAggregation.SubscriptionThrottleHandler

Inheritance: ISubscriptionThrottleHandler
ファイルを表示 Open project: AndersMalmgren/SignalR.EventAggregatorProxy

Public Methods

Method Description
Init ( System.Action onThrottled ) : void
SubscriptionThrottleHandler ( ) : System
Throttle ( ) : void

Method Details

Init() public method

public Init ( System.Action onThrottled ) : void
onThrottled System.Action
return void

SubscriptionThrottleHandler() public method

public SubscriptionThrottleHandler ( ) : System
return System

Throttle() public method

public Throttle ( ) : void
return void