Romestead Assembly Reference

CandideServer.ServerSystems.ServerDebugSystem

Type JSON

public class in CandideServer.ServerSystems

Methods2
Properties0
Fields1
Events0
Type metadata
  • AssemblyCandideServer
  • NamespaceCandideServer.ServerSystems
  • Base typeSystem.Object
  • Hash5809E89C69C6D7DBEFF49F17B4DB908C44FA0C51B1A9D2ABF448972FEC513AE0

Relationships

Base type

System.Object

Fields

NameVisibilitySignature
SyncQueueprivateprivate System.Collections.Concurrent.ConcurrentQueue<System.Action> SyncQueue

Methods

Queue

public System.Void Queue(System.Action action)

Method metadata
  • Visibilitypublic
  • Return typeSystem.Void
  • StaticTrue
  • VirtualFalse
  • HashB23F8583F501E18BEEBE4C38E52E0F61EF608D2B1E111CF7BCC6A8390DFB3FBB
  • Body hash1705FC0066D672E7418BB578BAFF71A0048DC9C09E890115D8859042E12730A5
  • IL size12
Referenced calls
  • System.Collections.Concurrent.ConcurrentQueue<System.Action>::Enqueue(!0)
Called by

Update

public System.Void Update()

Method metadata
  • Visibilitypublic
  • Return typeSystem.Void
  • StaticTrue
  • VirtualFalse
  • Hash665AD0EEEF30EFFB047525B0AACC9EF556B02AE63F1F8DA1AB63E22D1C102A20
  • Body hash875EE9F1AB19BC9FD1337BA464DA4FF0D8FC63C43E5F05E5D23023AF11B82958
  • IL size23
Referenced calls
  • System.Collections.Concurrent.ConcurrentQueue<System.Action>::TryDequeue(!0&)
  • System.Action::Invoke()
Called by