Interface ISvgEventCaller
Namespace: Svg
Assembly: Svg.dll
Syntax
public interface ISvgEventCaller
Methods
|
Improve this Doc
View Source
RegisterAction(String, Action)
Declaration
void RegisterAction(string rpcID, Action action)
Parameters
| Type |
Name |
Description |
| System.String |
rpcID |
|
| Action |
action |
|
|
Improve this Doc
View Source
RegisterAction<T1>(String, Action<T1>)
Declaration
void RegisterAction<T1>(string rpcID, Action<T1> action)
Parameters
| Type |
Name |
Description |
| System.String |
rpcID |
|
| Action<T1> |
action |
|
Type Parameters
|
Improve this Doc
View Source
RegisterAction<T1, T2>(String, Action<T1, T2>)
Declaration
void RegisterAction<T1, T2>(string rpcID, Action<T1, T2> action)
Parameters
| Type |
Name |
Description |
| System.String |
rpcID |
|
| Action<T1, T2> |
action |
|
Type Parameters
|
Improve this Doc
View Source
RegisterAction<T1, T2, T3>(String, Action<T1, T2, T3>)
Declaration
void RegisterAction<T1, T2, T3>(string rpcID, Action<T1, T2, T3> action)
Parameters
| Type |
Name |
Description |
| System.String |
rpcID |
|
| System.Action<T1, T2, T3> |
action |
|
Type Parameters
| Name |
Description |
| T1 |
|
| T2 |
|
| T3 |
|
|
Improve this Doc
View Source
RegisterAction<T1, T2, T3, T4>(String, Action<T1, T2, T3, T4>)
Declaration
void RegisterAction<T1, T2, T3, T4>(string rpcID, Action<T1, T2, T3, T4> action)
Parameters
| Type |
Name |
Description |
| System.String |
rpcID |
|
| System.Action<T1, T2, T3, T4> |
action |
|
Type Parameters
| Name |
Description |
| T1 |
|
| T2 |
|
| T3 |
|
| T4 |
|
|
Improve this Doc
View Source
RegisterAction<T1, T2, T3, T4, T5>(String, Action<T1, T2, T3, T4, T5>)
Declaration
void RegisterAction<T1, T2, T3, T4, T5>(string rpcID, Action<T1, T2, T3, T4, T5> action)
Parameters
| Type |
Name |
Description |
| System.String |
rpcID |
|
| System.Action<T1, T2, T3, T4, T5> |
action |
|
Type Parameters
| Name |
Description |
| T1 |
|
| T2 |
|
| T3 |
|
| T4 |
|
| T5 |
|
|
Improve this Doc
View Source
RegisterAction<T1, T2, T3, T4, T5, T6>(String, Action<T1, T2, T3, T4, T5, T6>)
Declaration
void RegisterAction<T1, T2, T3, T4, T5, T6>(string rpcID, Action<T1, T2, T3, T4, T5, T6> action)
Parameters
| Type |
Name |
Description |
| System.String |
rpcID |
|
| Action<T1, T2, T3, T4, T5, T6> |
action |
|
Type Parameters
| Name |
Description |
| T1 |
|
| T2 |
|
| T3 |
|
| T4 |
|
| T5 |
|
| T6 |
|
|
Improve this Doc
View Source
RegisterAction<T1, T2, T3, T4, T5, T6, T7>(String, Action<T1, T2, T3, T4, T5, T6, T7>)
Declaration
void RegisterAction<T1, T2, T3, T4, T5, T6, T7>(string rpcID, Action<T1, T2, T3, T4, T5, T6, T7> action)
Parameters
| Type |
Name |
Description |
| System.String |
rpcID |
|
| System.Action<T1, T2, T3, T4, T5, T6, T7> |
action |
|
Type Parameters
| Name |
Description |
| T1 |
|
| T2 |
|
| T3 |
|
| T4 |
|
| T5 |
|
| T6 |
|
| T7 |
|
|
Improve this Doc
View Source
RegisterAction<T1, T2, T3, T4, T5, T6, T7, T8>(String, Action<T1, T2, T3, T4, T5, T6, T7, T8>)
Declaration
void RegisterAction<T1, T2, T3, T4, T5, T6, T7, T8>(string rpcID, Action<T1, T2, T3, T4, T5, T6, T7, T8> action)
Parameters
| Type |
Name |
Description |
| System.String |
rpcID |
|
| System.Action<T1, T2, T3, T4, T5, T6, T7, T8> |
action |
|
Type Parameters
| Name |
Description |
| T1 |
|
| T2 |
|
| T3 |
|
| T4 |
|
| T5 |
|
| T6 |
|
| T7 |
|
| T8 |
|
|
Improve this Doc
View Source
UnregisterAction(String)
Declaration
void UnregisterAction(string rpcID)
Parameters
| Type |
Name |
Description |
| System.String |
rpcID |
|