Interface ISessionTransientMarkerService
A SqlRace service to deal with session Transient Marker.
Namespace: MESL.SqlRace.Domain
Assembly: MESL.SqlRace.Domain.dll
Syntax
public interface ISessionTransientMarkerService
Methods
AddTransientMarker(SessionKey, Int64, String, String)
Add a Transient Marker to a session Markers collection
Declaration
void AddTransientMarker(SessionKey sessionKey, long markerStartTime, string label, string description)
Parameters
Type | Name | Description |
---|---|---|
SessionKey | sessionKey | Session Key |
System.Int64 | markerStartTime | Marker Start Time |
System.String | label | Label |
System.String | description | Description |