|
.NET Framework | |||||||||
| PREV TYPE NEXT TYPE | FRAMES NO FRAMES | |||||||||
| SUMMARY: INNER | FIELD | CONST | PROP | METHOD | OP | EVENT | DETAIL: FIELD | CONST | PROP | METHOD | OP | EVENT | |||||||||
Makes a one-way remoting call async'ly
| Field Summary | |
|---|---|
| string | method |
| System.Reflection.MethodInfo | mi |
| object[] | param |
| Naanou.LookupService.RemoteNode | target |
| Constructor Summary | |
|---|---|
|
AsyncCaller(Naanou.LookupService.RemoteNode o, string method, object[] param) Constructor |
|
|
AsyncCaller(Naanou.LookupService.RemoteNode o, string method) Constructor |
|
| Method Summary | |
|---|---|
| System.Reflection.MethodInfo |
GetMethod(string method, object[] parameters) Resolves a method namd |
| void |
Run() Runs method (sync) |
| void |
RunAsync() Runs method (async) |
| Methods inherited from class System.Object |
|---|
| Equals, Finalize, GetHashCode, GetType, MemberwiseClone, ToString |
| Field Detail |
|---|
private string method
private System.Reflection.MethodInfo mi
private object[] param
private Naanou.LookupService.RemoteNode target
| Constructor Detail |
|---|
public AsyncCaller(Naanou.LookupService.RemoteNode o,
string method,
object[] param)
Constructor
Parameters:
o - Remote objectmethod - Methodparam - Parameterspublic AsyncCaller(Naanou.LookupService.RemoteNode o,
string method)
Constructor
Parameters:
o - Remote objectmethod - Method| Method Detail |
|---|
private System.Reflection.MethodInfo GetMethod(string method,
object[] parameters)
Resolves a method namd
Parameters:
method - Methodparameters - Parameterspublic void Run()
Runs method (sync)
public void RunAsync()
Runs method (async)
|
.NET Framework | |||||||||
| PREV TYPE NEXT TYPE | FRAMES NO FRAMES | |||||||||
| SUMMARY: INNER | FIELD | CONST | PROP | METHOD | OP | EVENT | DETAIL: FIELD | CONST | PROP | METHOD | OP | EVENT | |||||||||