Interface ISvgEventCaller
- Namespace
- Svg
- Assembly
- Svg.dll
public interface ISvgEventCaller
Methods
RegisterAction(string, Action)
void RegisterAction(string rpcID, Action action)
Parameters
rpcID
string
action
Action
RegisterAction<T1>(string, Action<T1>)
void RegisterAction<T1>(string rpcID, Action<T1> action)
Parameters
rpcID
string
action
Action<T1>
Type Parameters
T1
RegisterAction<T1, T2>(string, Action<T1, T2>)
void RegisterAction<T1, T2>(string rpcID, Action<T1, T2> action)
Parameters
rpcID
string
action
Action<T1, T2>
Type Parameters
T1
T2
RegisterAction<T1, T2, T3>(string, Action<T1, T2, T3>)
void RegisterAction<T1, T2, T3>(string rpcID, Action<T1, T2, T3> action)
Parameters
rpcID
string
action
Action<T1, T2, T3>
Type Parameters
T1
T2
T3
RegisterAction<T1, T2, T3, T4>(string, Action<T1, T2, T3, T4>)
void RegisterAction<T1, T2, T3, T4>(string rpcID, Action<T1, T2, T3, T4> action)
Parameters
rpcID
string
action
Action<T1, T2, T3, T4>
Type Parameters
T1
T2
T3
T4
RegisterAction<T1, T2, T3, T4, T5>(string, Action<T1, T2, T3, T4, T5>)
void RegisterAction<T1, T2, T3, T4, T5>(string rpcID, Action<T1, T2, T3, T4, T5> action)
Parameters
rpcID
string
action
Action<T1, T2, T3, T4, T5>
Type Parameters
T1
T2
T3
T4
T5
RegisterAction<T1, T2, T3, T4, T5, T6>(string, Action<T1, T2, T3, T4, T5, T6>)
void RegisterAction<T1, T2, T3, T4, T5, T6>(string rpcID, Action<T1, T2, T3, T4, T5, T6> action)
Parameters
rpcID
string
action
Action<T1, T2, T3, T4, T5, T6>
Type Parameters
T1
T2
T3
T4
T5
T6
RegisterAction<T1, T2, T3, T4, T5, T6, T7>(string, Action<T1, T2, T3, T4, T5, T6, T7>)
void RegisterAction<T1, T2, T3, T4, T5, T6, T7>(string rpcID, Action<T1, T2, T3, T4, T5, T6, T7> action)
Parameters
rpcID
string
action
Action<T1, T2, T3, T4, T5, T6, T7>
Type Parameters
T1
T2
T3
T4
T5
T6
T7
RegisterAction<T1, T2, T3, T4, T5, T6, T7, T8>(string, Action<T1, T2, T3, T4, T5, T6, T7, T8>)
void RegisterAction<T1, T2, T3, T4, T5, T6, T7, T8>(string rpcID, Action<T1, T2, T3, T4, T5, T6, T7, T8> action)
Parameters
rpcID
string
action
Action<T1, T2, T3, T4, T5, T6, T7, T8>
Type Parameters
T1
T2
T3
T4
T5
T6
T7
T8
UnregisterAction(string)
void UnregisterAction(string rpcID)
Parameters
rpcID
string