C# 클래스 Domain.UserPairingObserver

상속: Akka.Interfaced.InterfacedObserver, IUserPairingObserver
파일 보기 프로젝트 열기: SaladLab/TicTacToe

공개 메소드들

메소드 설명
MakePair ( long gameId, string opponentName ) : void
UserPairingObserver ( )
UserPairingObserver ( INotificationChannel channel, int observerId )
UserPairingObserver ( ) : System
UserPairingObserver ( INotificationChannel channel, int observerId ) : System

메소드 상세

MakePair() 공개 메소드

public MakePair ( long gameId, string opponentName ) : void
gameId long
opponentName string
리턴 void

UserPairingObserver() 공개 메소드

public UserPairingObserver ( )

UserPairingObserver() 공개 메소드

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

UserPairingObserver() 공개 메소드

public UserPairingObserver ( ) : System
리턴 System

UserPairingObserver() 공개 메소드

public UserPairingObserver ( INotificationChannel channel, int observerId ) : System
channel INotificationChannel
observerId int
리턴 System