Enum ServiceVersionCollisionAction
Defines actions to be done when an actively hosted service version with the same base address is found during a service version activation.
Namespace: Nevatech.Vsb.Repository.Services
Assembly: Nevatech.Vsb.Repository.dll
Syntax
public enum ServiceVersionCollisionAction
  Fields
| Name | Description | 
|---|---|
| Disable | Disable service version with the same base address.  | 
      
| Retire | Set the status of the service version with the same base address to Retired.  | 
      
| Throw | Throw an exception.  |