C# Class Auto.Client.Cli2LogicServiceDelegate

Inheritance: ICli2LogicInvoke
Afficher le fichier Open project: fingerpasswang/Phial.Fantasy

Méthodes publiques

Méthode 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 méthode

public AskAddMoney ( System.UInt64 pid, UInt32 money ) : InvokeOperation
pid System.UInt64
money System.UInt32
Résultat InvokeOperation

AskChangeName() public méthode

public AskChangeName ( System.UInt64 pid, String newName ) : InvokeOperation
pid System.UInt64
newName String
Résultat InvokeOperation

AskLearnSkill() public méthode

public AskLearnSkill ( System.UInt64 pid, UInt32 skillId ) : InvokeOperation
pid System.UInt64
skillId System.UInt32
Résultat InvokeOperation

Cli2LogicServiceDelegate() public méthode

public Cli2LogicServiceDelegate ( IDataSender dataSender ) : System
dataSender IDataSender
Résultat System

RequestPlayerInfo() public méthode

public RequestPlayerInfo ( System.UInt64 pid ) : InvokeOperation
pid System.UInt64
Résultat InvokeOperation

TestArray() public méthode

public TestArray ( System.UInt64 pids, TowerState state ) : InvokeOperation
pids System.UInt64
state TowerState
Résultat InvokeOperation

TestDict() public méthode

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

TestEnum() public méthode

public TestEnum ( System.UInt64 pid, TowerState state ) : InvokeOperation
pid System.UInt64
state TowerState
Résultat InvokeOperation

TestHierarch2y() public méthode

public TestHierarch2y ( TestBaseClass b, TestDerived1Class d1, TestDerived11Class d11 ) : InvokeOperation
b TestBaseClass
d1 TestDerived1Class
d11 TestDerived11Class
Résultat InvokeOperation

TestHierarchy() public méthode

public TestHierarchy ( TestBaseClass b, TestDerived1Class d1, TestDerived11Class d11 ) : InvokeOperation
b TestBaseClass
d1 TestDerived1Class
d11 TestDerived11Class
Résultat InvokeOperation

TestList() public méthode

public TestList ( List pids, TowerState state ) : InvokeOperation>
pids List
state TowerState
Résultat InvokeOperation>