C# Class Domain.UserPairingObserver

Inheritance: Akka.Interfaced.InterfacedObserver, IUserPairingObserver
Afficher le fichier Open project: SaladLab/TicTacToe

Méthodes publiques

Méthode 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 méthode

public MakePair ( long gameId, string opponentName ) : void
gameId long
opponentName string
Résultat void

UserPairingObserver() public méthode

public UserPairingObserver ( )

UserPairingObserver() public méthode

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

UserPairingObserver() public méthode

public UserPairingObserver ( ) : System
Résultat System

UserPairingObserver() public méthode

public UserPairingObserver ( INotificationChannel channel, int observerId ) : System
channel INotificationChannel
observerId int
Résultat System