Ejemplo n.º 1
0
        // FdAmb_AttributeOwnershipInformed
        public override void FdAmb_AttributeOwnershipInformed(object sender, Racon.RtiLayer.HlaOwnershipManagementEventArgs data)
        {
            // Call the base class handler
            base.FdAmb_AttributeOwnershipInformed(sender, data);

            #region User Code
            throw new NotImplementedException("FdAmb_AttributeOwnershipInformed");
            #endregion //User Code
        }
Ejemplo n.º 2
0
 /// <summary>
 ///
 /// </summary>
 /// <param name="e"></param>
 protected virtual void OnAttributeOwnershipAssumptionRequested(HlaOwnershipManagementEventArgs e)
 {
     AttributeOwnershipAssumptionRequested?.Invoke(this, e);// Raise the event.
 }
Ejemplo n.º 3
0
 /// <summary>
 ///
 /// </summary>
 /// <param name="e"></param>
 protected virtual void OnAttributeOwnershipAcquisitionCancellationConfirmed(HlaOwnershipManagementEventArgs e)
 {
     AttributeOwnershipAcquisitionCancellationConfirmed?.Invoke(this, e);// Raise the event.
 }
Ejemplo n.º 4
0
 /// <summary>
 ///
 /// </summary>
 /// <param name="e"></param>
 protected virtual void OnAttributeOwnershipUnavailable(HlaOwnershipManagementEventArgs e)
 {
     AttributeOwnershipUnavailable?.Invoke(this, e);// Raise the event.
 }
Ejemplo n.º 5
0
 /// <summary>
 ///
 /// </summary>
 protected virtual void OnAttributeOwnershipDivestitureNotified(HlaOwnershipManagementEventArgs e)
 {
     AttributeOwnershipDivestitureNotified?.Invoke(this, e);// Raise the event.
 }
Ejemplo n.º 6
0
 /// <summary>
 /// OnAttributeOwnershipInformed
 /// </summary>
 protected virtual void OnAttributeOwnershipInformed(HlaOwnershipManagementEventArgs e)
 {
     AttributeOwnershipInformed?.Invoke(this, e);// Raise the event.
 }
Ejemplo n.º 7
0
 /// <summary>
 /// OnRequestDivestitureConfirmation
 /// </summary>
 protected virtual void OnRequestDivestitureConfirmation(HlaOwnershipManagementEventArgs e)
 {
     RequestDivestitureConfirmation?.Invoke(this, e);// Raise the event.
 }