dotConnect for PostgreSQL Documentation
Devart.Common Namespace / MonitorEventArgs Class / CallStack Property

In This Topic
    CallStack Property (MonitorEventArgs)
    In This Topic
    Gets the call stack of the monitor event.
    Syntax
    'Declaration
     
    Public ReadOnly Property CallStack As String()
    public string[] CallStack {get;}

    Property Value

    The call stack of the monitor event.
    See Also