DiagnosticListener.OnActivityImport(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 OnActivityImport method of all the subscribers.
public:
override void OnActivityImport(System::Diagnostics::Activity ^ activity, System::Object ^ payload);
public override void OnActivityImport (System.Diagnostics.Activity activity, object? payload);
public override void OnActivityImport (System.Diagnostics.Activity activity, object payload);
override this.OnActivityImport : System.Diagnostics.Activity * obj -> unit
Public Overrides Sub OnActivityImport (activity As Activity, payload As Object)
Parameters
- activity
- Activity
The activity affected by an external event.
- payload
- Object
An object that represents the incoming 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.