Show / Hide Table of Contents

Interface ICallGateSubscriber<T1, T2, T3, T4, T5, T6, T7, TRet>

Namespace: Dalamud.Plugin.Ipc
Assembly: Dalamud.dll
Syntax
public interface ICallGateSubscriber<T1, T2, T3, T4, T5, T6, T7, TRet>
Type Parameters
Name Description
T1
T2
T3
T4
T5
T6
T7
TRet

Methods

| Improve this Doc View Source

InvokeAction(T1, T2, T3, T4, T5, T6, T7)

Declaration
void InvokeAction(T1 arg1, T2 arg2, T3 arg3, T4 arg4, T5 arg5, T6 arg6, T7 arg7)
Parameters
Type Name Description
T1 arg1
T2 arg2
T3 arg3
T4 arg4
T5 arg5
T6 arg6
T7 arg7
| Improve this Doc View Source

InvokeFunc(T1, T2, T3, T4, T5, T6, T7)

Declaration
TRet InvokeFunc(T1 arg1, T2 arg2, T3 arg3, T4 arg4, T5 arg5, T6 arg6, T7 arg7)
Parameters
Type Name Description
T1 arg1
T2 arg2
T3 arg3
T4 arg4
T5 arg5
T6 arg6
T7 arg7
Returns
Type Description
TRet
| Improve this Doc View Source

Subscribe(Action<T1, T2, T3, T4, T5, T6, T7>)

Declaration
void Subscribe(Action<T1, T2, T3, T4, T5, T6, T7> action)
Parameters
Type Name Description
System.Action<T1, T2, T3, T4, T5, T6, T7> action
| Improve this Doc View Source

Unsubscribe(Action<T1, T2, T3, T4, T5, T6, T7>)

Declaration
void Unsubscribe(Action<T1, T2, T3, T4, T5, T6, T7> action)
Parameters
Type Name Description
System.Action<T1, T2, T3, T4, T5, T6, T7> action
  • Improve this Doc
  • View Source
In This Article
Back to top Generated by DocFX