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
public enum MonitoringTransactionType
Fields
Name | Description |
---|---|
Inbound | Inbound transaction (recorded on the service side). |
Outbound | Outbound transaction (recorded on the client side). |