|
CallSite | GetCallSite (Delegate callSite) |
|
CallSite | GetSCallSite (Func< Delegate > callSiteGetter) |
|
CallSite | GetXCallSite< T > (Func< T, Delegate > callSiteGetter, T arg) |
|
void | Dispatch< T1, T2, T3, T4, T5, T6, T7 > (CallSite callSite, ref TState state, ref T1 arg1, ref T2 arg2, ref T3 arg3, ref T4 arg4, ref T5 arg5, ref T6 arg6, ref T7 arg7, object target=null) |
|
void | Invoke (BitStream stream) |
|
Definition at line 15 of file RpcDispatcher.cs.
void VRage.Rpc.RpcDispatcher< TState >.Dispatch< T1, T2, T3, T4, T5, T6, T7 > |
( |
CallSite |
callSite, |
|
|
ref TState |
state, |
|
|
ref T1 |
arg1, |
|
|
ref T2 |
arg2, |
|
|
ref T3 |
arg3, |
|
|
ref T4 |
arg4, |
|
|
ref T5 |
arg5, |
|
|
ref T6 |
arg6, |
|
|
ref T7 |
arg7, |
|
|
object |
target = null |
|
) |
| |
|
inline |
The documentation for this class was generated from the following file: