Delegate RemoteServerInvocation<TWorld, TCaptures, TReturn>
- Namespace
- DotBoxD.Abstractions
- Assembly
- DotBoxD.Abstractions.dll
Lambda shape for the explicit capture-bag invoke overload on IPluginServer<TWorld>.
public delegate ValueTask<TReturn> RemoteServerInvocation<TWorld, TCaptures, TReturn>(TWorld world, TCaptures captures)
Parameters
worldTWorld- Lambda shape for the explicit capture-bag invoke overload on .
capturesTCaptures- Lambda shape for the explicit capture-bag invoke overload on .
Returns
- ValueTask<TReturn>
- Lambda shape for the explicit capture-bag invoke overload on .
Type Parameters
TWorldTCapturesTReturn