Enum NodeAddressKind
Defines node base address kinds: standard physical address or Windows Azure Service Bus address.
Namespace: Nevatech.Vsb.Repository.Entities
Assembly: Nevatech.Vsb.Repository.dll
Syntax
public enum NodeAddressKind
Fields
Name | Description |
---|---|
AzureServiceBus | Virtual cloud-based address provided and honored by Windows Azure Service Bus. |
Physical | Standard physical address constrained by the actual machine and IIS installation and configuration. |