Interface ICallGateProvider<TRet>
Assembly: Dalamud.dll
Syntax
public interface ICallGateProvider<TRet>
Type Parameters
Methods
|
Improve this Doc
View Source
RegisterAction(Action)
Declaration
void RegisterAction(Action action)
Parameters
| Type |
Name |
Description |
| System.Action |
action |
|
|
Improve this Doc
View Source
RegisterFunc(Func<TRet>)
Declaration
void RegisterFunc(Func<TRet> func)
Parameters
| Type |
Name |
Description |
| System.Func<TRet> |
func |
|
|
Improve this Doc
View Source
SendMessage()
Declaration
|
Improve this Doc
View Source
UnregisterAction()
Declaration
|
Improve this Doc
View Source
UnregisterFunc()
Declaration