tgstation-server
6.12.0
The /tg/station 13 server suite
Loading...
Searching...
No Matches
src
Tgstation.Server.Host
Components
Interop
IMissingPayloadsCommunication.cs
Go to the documentation of this file.
1
using
System.Collections.Generic;
2
3
namespace
Tgstation.Server.Host.Components.Interop
4
{
8
interface
IMissingPayloadsCommunication
9
{
13
IReadOnlyCollection<uint>?
MissingChunks
{
get
;
set
; }
14
}
15
}
Tgstation.Server.Host.Components.Interop.IMissingPayloadsCommunication
A communication that can be missing chunk payloads.
Definition
IMissingPayloadsCommunication.cs:9
Tgstation.Server.Host.Components.Interop.IMissingPayloadsCommunication.MissingChunks
IReadOnlyCollection< uint >? MissingChunks
The ChunkData.SequenceIds missing from a chunked request.
Definition
IMissingPayloadsCommunication.cs:13
Tgstation.Server.Host.Components.Interop
Definition
BridgeCommandType.cs:2
Generated by
1.9.8