C# Class PingPong.Service.ServerState

Inheritance: ISingletonState, ISubscribe
Show file Open project: microsoft/ReactiveMachine

Public Methods

Method Description
On ( ISubscriptionContext context, PingPong.Service.PingEvent pingEvent ) : void

Method Details

On() public method

public On ( ISubscriptionContext context, PingPong.Service.PingEvent pingEvent ) : void
context ISubscriptionContext
pingEvent PingPong.Service.PingEvent
return void