C# Class ANH_WCF_Example_Client.AnhCallback

Inheritance: IAnhServiceCallback
Show file Open project: swganhtools/anhtoolsservice Class Usage Examples

Public Methods

Method 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 method

public AvailableServers ( ServerType servers ) : void
servers ServerType
return void

ServerMessage() public method

public ServerMessage ( ServerType type, String args, MessageType messtype, String Message ) : void
type ServerType
args String
messtype MessageType
Message String
return void

ServerStatus() public method

public ServerStatus ( object status ) : void
status object
return void

TestEventSystem() public method

public TestEventSystem ( ) : void
return void