Click or drag to resize

AWSXRayASPNETRegisterXRay Method

Overload List
  NameDescription
Public methodStatic memberRegisterXRay(HttpApplication, SegmentNamingStrategy)
Registers X-Ray for the current object of HttpApplication class. BeginRequest, EndRequest, Error event handlers are registered with X-Ray function.
Public methodStatic memberRegisterXRay(HttpApplication, String)
Registers X-Ray for the current object of HttpApplication class. BeginRequest, EndRequest, Error event handlers are registered with X-Ray function. A segment is created at the beginning of the request and closed at the end of the request.
Top
See Also