Enum MonitoringTransactionType
Defines direction of the transaction: inbound (recorded on the service side) or outbound (recorded on the client side).
Namespace: Nevatech.Vsb.Repository.Entities
Assembly: Nevatech.Vsb.Repository.dll
Syntax
[DataContract(Namespace = "http://schemas.nevatech.com/sentinet/2011/02")]
public enum MonitoringTransactionType
Fields
| Name | Description |
|---|---|
| Inbound | Inbound transaction (recorded on the service side). |
| Outbound | Outbound transaction (recorded on the client side). |