Romestead Assembly Reference

BM.PendingBehaviorRequests

Type JSON

public class in BM

Methods4
Properties0
Fields1
Events0
Type metadata
  • AssemblyCandideServer
  • NamespaceBM
  • Base typeSystem.Object
  • Hash0CF346BFCB41CC5E15E5D32C616E2DD5629CFD021724FAF345A98560A78BC966

Relationships

Base type

System.Object

Fields

NameVisibilitySignature
_requestsprivateprivate System.Collections.Generic.Dictionary<System.String, System.Collections.Generic.List<BM.BehaviorRequest>> _requests

Methods

Dequeue

public BM.BehaviorRequest Dequeue(System.String id)

Method metadata
  • Visibilitypublic
  • Return typeBM.BehaviorRequest
  • StaticFalse
  • VirtualFalse
  • Hash140304E1C340C68B75168E11007DC975F6F9F2D8EB580D98F15CA07542236134
  • Body hash61A05D899472B0FBE8CBDDFD07C3AB9CBCF0DA2CD949F659A17DB2B0BA22FB8D
  • IL size64
Referenced calls
  • System.Collections.Generic.Dictionary<System.String, System.Collections.Generic.List<BM.BehaviorRequest>>::TryGetValue(!0, !1&)
  • System.Collections.Generic.List<BM.BehaviorRequest>::get_Count()
  • System.Collections.Generic.List<BM.BehaviorRequest>::get_Item(System.Int32)
  • System.Collections.Generic.List<BM.BehaviorRequest>::RemoveAt(System.Int32)
  • System.Collections.Generic.Dictionary<System.String, System.Collections.Generic.List<BM.BehaviorRequest>>::Remove(!0)
Called by

Enqueue

public System.Void Enqueue(BM.BehaviorRequest request)

Method metadata
  • Visibilitypublic
  • Return typeSystem.Void
  • StaticFalse
  • VirtualFalse
  • Hash7B94CD49BDCA05FEA48AC45BD634B04BEC8B57D8542CC88F2491C7BB2B80B543
  • Body hash01F68CACB3775104F6913A001F33BBA3BD23CB906F202B20DF18428272C2C344
  • IL size63
Referenced calls
  • System.Collections.Generic.Dictionary<System.String, System.Collections.Generic.List<BM.BehaviorRequest>>::TryGetValue(!0, !1&)
  • System.Collections.Generic.List<BM.BehaviorRequest>::.ctor()
  • System.Collections.Generic.Dictionary<System.String, System.Collections.Generic.List<BM.BehaviorRequest>>::set_Item(!0, !1)
  • System.Collections.Generic.List<BM.BehaviorRequest>::Add(!0)
Called by

HasRequest

public System.Boolean HasRequest(System.String id)

Method metadata
  • Visibilitypublic
  • Return typeSystem.Boolean
  • StaticFalse
  • VirtualFalse
  • Hash88AEBAC968B465E3C53BDE752BB308A8118AD06647A15BC7FFDDEBB500815BCB
  • Body hash82654AFA4667DF335E3CAA241F424F44FC7557B57186AE81A4228763D88FE395
  • IL size28
Referenced calls
  • System.Collections.Generic.Dictionary<System.String, System.Collections.Generic.List<BM.BehaviorRequest>>::TryGetValue(!0, !1&)
  • System.Collections.Generic.List<BM.BehaviorRequest>::get_Count()
Called by

RemoveExpiredRequests

public System.Void RemoveExpiredRequests()

Method metadata
  • Visibilitypublic
  • Return typeSystem.Void
  • StaticFalse
  • VirtualFalse
  • HashD8108E028CF46AAA1403DCC0EDB54CB5B3D2336FC82357DD0C567985FF6E0BAD
  • Body hash33F07B87E4D83C91DEBAF31BF336CCB0370B21A712018D820CF7C1C0676AF8C3
  • IL size123
Referenced calls
  • System.Collections.Generic.Dictionary<System.String, System.Collections.Generic.List<BM.BehaviorRequest>>::get_Keys()
  • Dictionary.KeyCollection<System.String, System.Collections.Generic.List<BM.BehaviorRequest>>::GetEnumerator()
  • Dictionary.KeyCollection.Enumerator<System.String, System.Collections.Generic.List<BM.BehaviorRequest>>::get_Current()
  • System.Collections.Generic.Dictionary<System.String, System.Collections.Generic.List<BM.BehaviorRequest>>::get_Item(!0)
  • PendingBehaviorRequests.<>c::<RemoveExpiredRequests>b__4_0(BM.BehaviorRequest)
  • System.Predicate<BM.BehaviorRequest>::.ctor(System.Object, System.IntPtr)
  • System.Collections.Generic.List<BM.BehaviorRequest>::RemoveAll(System.Predicate<!0>)
  • System.Collections.Generic.List<BM.BehaviorRequest>::get_Count()
  • System.Collections.Generic.Dictionary<System.String, System.Collections.Generic.List<BM.BehaviorRequest>>::Remove(!0)
  • Dictionary.KeyCollection.Enumerator<System.String, System.Collections.Generic.List<BM.BehaviorRequest>>::MoveNext()
  • System.IDisposable::Dispose()
Called by