C# Class Auto.Client.Cli2LogicServiceDelegate

Inheritance: ICli2LogicInvoke
Exibir arquivo Open project: fingerpasswang/Phial.Fantasy

Public Methods

Method Description
AskAddMoney ( System.UInt64 pid, UInt32 money ) : InvokeOperation
AskChangeName ( System.UInt64 pid, String newName ) : InvokeOperation
AskLearnSkill ( System.UInt64 pid, UInt32 skillId ) : InvokeOperation
Cli2LogicServiceDelegate ( IDataSender dataSender ) : System
RequestPlayerInfo ( System.UInt64 pid ) : InvokeOperation
TestArray ( System.UInt64 pids, TowerState state ) : InvokeOperation
TestDict ( PlayerInfo>.Dictionary pids, TowerState state ) : Byte[]>>.InvokeOperation
TestEnum ( System.UInt64 pid, TowerState state ) : InvokeOperation
TestHierarch2y ( TestBaseClass b, TestDerived1Class d1, TestDerived11Class d11 ) : InvokeOperation
TestHierarchy ( TestBaseClass b, TestDerived1Class d1, TestDerived11Class d11 ) : InvokeOperation
TestList ( List pids, TowerState state ) : InvokeOperation>

Method Details

AskAddMoney() public method

public AskAddMoney ( System.UInt64 pid, UInt32 money ) : InvokeOperation
pid System.UInt64
money System.UInt32
return InvokeOperation

AskChangeName() public method

public AskChangeName ( System.UInt64 pid, String newName ) : InvokeOperation
pid System.UInt64
newName String
return InvokeOperation

AskLearnSkill() public method

public AskLearnSkill ( System.UInt64 pid, UInt32 skillId ) : InvokeOperation
pid System.UInt64
skillId System.UInt32
return InvokeOperation

Cli2LogicServiceDelegate() public method

public Cli2LogicServiceDelegate ( IDataSender dataSender ) : System
dataSender IDataSender
return System

RequestPlayerInfo() public method

public RequestPlayerInfo ( System.UInt64 pid ) : InvokeOperation
pid System.UInt64
return InvokeOperation

TestArray() public method

public TestArray ( System.UInt64 pids, TowerState state ) : InvokeOperation
pids System.UInt64
state TowerState
return InvokeOperation

TestDict() public method

public TestDict ( PlayerInfo>.Dictionary pids, TowerState state ) : Byte[]>>.InvokeOperation
pids PlayerInfo>.Dictionary
state TowerState
return Byte[]>>.InvokeOperation

TestEnum() public method

public TestEnum ( System.UInt64 pid, TowerState state ) : InvokeOperation
pid System.UInt64
state TowerState
return InvokeOperation

TestHierarch2y() public method

public TestHierarch2y ( TestBaseClass b, TestDerived1Class d1, TestDerived11Class d11 ) : InvokeOperation
b TestBaseClass
d1 TestDerived1Class
d11 TestDerived11Class
return InvokeOperation

TestHierarchy() public method

public TestHierarchy ( TestBaseClass b, TestDerived1Class d1, TestDerived11Class d11 ) : InvokeOperation
b TestBaseClass
d1 TestDerived1Class
d11 TestDerived11Class
return InvokeOperation

TestList() public method

public TestList ( List pids, TowerState state ) : InvokeOperation>
pids List
state TowerState
return InvokeOperation>