C# Class ANH_WCF_Example_Client.AnhCallback

Inheritance: IAnhServiceCallback
Afficher le fichier Open project: swganhtools/anhtoolsservice Class Usage Examples

Méthodes publiques

Méthode Description
AvailableServers ( ServerType servers ) : void
ServerMessage ( ServerType type, String args, MessageType messtype, String Message ) : void
ServerStatus ( object status ) : void
TestEventSystem ( ) : void

Method Details

AvailableServers() public méthode

public AvailableServers ( ServerType servers ) : void
servers ServerType
Résultat void

ServerMessage() public méthode

public ServerMessage ( ServerType type, String args, MessageType messtype, String Message ) : void
type ServerType
args String
messtype MessageType
Message String
Résultat void

ServerStatus() public méthode

public ServerStatus ( object status ) : void
status object
Résultat void

TestEventSystem() public méthode

public TestEventSystem ( ) : void
Résultat void