[ROOT] / doc / DocFrag / ARCCore.UtilCore.AssertCurrentlyStartingUp
Key | Value |
---|---|
Assembly | ARCCore |
DocFragType | ClassMember |
IsInherited | -False- |
IsInheritedDoc | -False- |
Lines | -3- |
Name | AssertCurrentlyStartingUp |
Namespace | ARCCore |
Type | UtilCore |
ClassMemberAttribute
Key | Value |
---|---|
DeclaringType | UtilCore |
MethodName | AssertCurrentlyStartingUp |
MethodSignature | Void AssertCurrentlyStartingUp() |
Normally called from non-thread safe methods that should be run single-threaded at application startup only.
NOTE: If you want to remove a call to this method somewhere in the AgoRapide code then you must first make that code, and all corresponding collections and methods, thread-safe first.
NOTE: Most probably you should NEVER remove any such calls as there is also a performance advantage of finished initialization in "peace and quiet" at application startup.
Generated 2024-11-12 23:56:41.655 UTC