ServiceStackDiagnosticsUtils
Assembly: ServiceStack.dll
View Source
Declaration
public static class ServiceStackDiagnosticsUtils
Methods
Init(RequestDiagnosticEvent, IRequest)
View Source
Declaration
public static RequestDiagnosticEvent Init(this RequestDiagnosticEvent evt, IRequest req)
Returns
ServiceStack.RequestDiagnosticEvent
Parameters
Type | Name |
---|---|
ServiceStack.RequestDiagnosticEvent | evt |
ServiceStack.Web.IRequest | req |
Init(MqRequestDiagnosticEvent, Guid)
View Source
Declaration
public static MqRequestDiagnosticEvent Init(this MqRequestDiagnosticEvent evt, Guid operationId)
Returns
ServiceStack.MqRequestDiagnosticEvent
Parameters
Type | Name |
---|---|
ServiceStack.MqRequestDiagnosticEvent | evt |
System.Guid | operationId |