示例#1
0
 /// <summary>
 /// Call when flushing the runtime.
 /// </summary>
 protected void OnRuntimeFlushed()
 {
     if (RuntimeFlushed != null)
     {
         RuntimeFlushed.Invoke(this);
     }
 }
示例#2
0
 /// <summary>
 /// Call when flushing the runtime.
 /// </summary>
 protected void OnRuntimeFlushed()
 {
     RuntimeFlushed?.Invoke(this);
 }