C# Class Common.MethodDispatcher
Mostra file
Open project: fingerpasswang/Phial.Fantasy
Class Usage Examples
Public Methods
Method |
Description |
|
Dispatch ( ServerServiceImplement impl, ServiceMethod method ) : Task |
|
|
Write ( ServiceMethod method, Task handle, BinaryWriter bw ) : void |
|
|
Method Details
public Dispatch ( ServerServiceImplement impl, ServiceMethod method ) : Task |
impl |
ServerServiceImplement |
|
method |
ServiceMethod |
|
return |
Task |
|
public Write ( ServiceMethod method, Task handle, BinaryWriter bw ) : void |
method |
ServiceMethod |
|
handle |
Task |
|
bw |
System.IO.BinaryWriter |
|
return |
void |
|