Show / Hide Table of Contents

    Class MonitoringTransactionTrace

    Provides the information about processing of a transaction inside a virtual service.

    Inheritance
    System.Object
    MonitoringTransactionTrace
    Inherited Members
    System.Object.ToString()
    System.Object.Equals(System.Object)
    System.Object.Equals(System.Object, System.Object)
    System.Object.ReferenceEquals(System.Object, System.Object)
    System.Object.GetHashCode()
    System.Object.GetType()
    System.Object.MemberwiseClone()
    Namespace: Nevatech.Vsb.Repository.Services
    Assembly: Nevatech.Vsb.Repository.dll
    Syntax
    public sealed class MonitoringTransactionTrace

    Constructors

    MonitoringTransactionTrace()

    Declaration
    public MonitoringTransactionTrace()

    Properties

    AuthorizationTrace

    Gets or sets the service call authorization trace log.

    Declaration
    public string AuthorizationTrace { get; set; }
    Property Value
    Type Description
    System.String

    MessageProcessingTrace

    Gets or sets the message processing pipeline execution trace log.

    Declaration
    public string MessageProcessingTrace { get; set; }
    Property Value
    Type Description
    System.String

    OAuthTrace

    Gets or sets the OAuth/OpenID Connect authentication trace log.

    Declaration
    public string OAuthTrace { get; set; }
    Property Value
    Type Description
    System.String
    Back to top Nevatech Sentinet 6.6 Online Documentation