Table of Contents

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

world TWorld
Lambda shape for the explicit capture-bag invoke overload on .
captures TCaptures
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

TWorld
TCaptures
TReturn