C# Class Common.ClientLogicServiceDelegate

Inheritance: ServiceDelegate, IClientLogicService
Mostrar archivo Open project: fingerpasswang/Phial.Fantasy

Public Methods

Method Description
ClientLogicServiceDelegate ( IDataInjector dataInjector, IMethodSerializer methodSerializer ) : Common.System
Forward ( string key ) : ClientLogicServiceDelegate
ServerMessageOk ( ) : void

Method Details

ClientLogicServiceDelegate() public method

public ClientLogicServiceDelegate ( IDataInjector dataInjector, IMethodSerializer methodSerializer ) : Common.System
dataInjector IDataInjector
methodSerializer IMethodSerializer
return Common.System

Forward() public method

public Forward ( string key ) : ClientLogicServiceDelegate
key string
return ClientLogicServiceDelegate

ServerMessageOk() public method

public ServerMessageOk ( ) : void
return void