/// <summary> /// /// </summary> /// <param name="e"></param> protected virtual void OnRequestRetraction(HlaTimeManagementEventArgs e) { RequestRetraction?.Invoke(this, e);// Raise the event. }
/// <summary> /// /// </summary> /// <param name="e"></param> protected virtual void OnTimeRegulationEnabled(HlaTimeManagementEventArgs e) { TimeRegulationEnabled?.Invoke(this, e);// Raise the event. }
/// <summary> /// /// </summary> /// <param name="e"></param> protected virtual void OnTimeAdvanceGrant(HlaTimeManagementEventArgs e) { TimeAdvanceGrant?.Invoke(this, e);// Raise the event. }
// TM /// <summary> /// /// </summary> /// <param name="e"></param> protected virtual void OnTimeConstrainedEnabled(HlaTimeManagementEventArgs e) { TimeConstrainedEnabled?.Invoke(this, e);// Raise the event. }