C# Class Domain.UserPairingObserver

Inheritance: Akka.Interfaced.InterfacedObserver, IUserPairingObserver
显示文件 Open project: SaladLab/TicTacToe

Public Methods

Method Description
MakePair ( long gameId, string opponentName ) : void
UserPairingObserver ( )
UserPairingObserver ( INotificationChannel channel, int observerId )
UserPairingObserver ( ) : System
UserPairingObserver ( INotificationChannel channel, int observerId ) : System

Method Details

MakePair() public method

public MakePair ( long gameId, string opponentName ) : void
gameId long
opponentName string
return void

UserPairingObserver() public method

public UserPairingObserver ( )

UserPairingObserver() public method

public UserPairingObserver ( INotificationChannel channel, int observerId )
channel INotificationChannel
observerId int

UserPairingObserver() public method

public UserPairingObserver ( ) : System
return System

UserPairingObserver() public method

public UserPairingObserver ( INotificationChannel channel, int observerId ) : System
channel INotificationChannel
observerId int
return System