DiagnosticListener.OnActivityExport(Activity, Object) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Invokes the OnActivityExport method of all the subscribers.
public:
override void OnActivityExport(System::Diagnostics::Activity ^ activity, System::Object ^ payload);
public override void OnActivityExport (System.Diagnostics.Activity activity, object? payload);
public override void OnActivityExport (System.Diagnostics.Activity activity, object payload);
override this.OnActivityExport : System.Diagnostics.Activity * obj -> unit
Public Overrides Sub OnActivityExport (activity As Activity, payload As Object)
Parameters
- activity
- Activity
The activity affected by an external event.
- payload
- Object
An object that represents the outgoing request.
Applies to
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.