Example #1
0
 /// <summary>
 /// Flushes all updated values immediately to the network.
 /// </summary>
 /// <remarks>
 /// Note that this is rate-limited to protect the network from flooding.
 /// This is primarily useful for synchronizing network updates with user code.
 /// </remarks>
 public static void Flush()
 {
     NtCore.Flush();
 }
 public void Flush()
 {
     NtCore.Flush(Handle);
 }