EtwTrackingBehavior Class

Definition

A service behavior that allows a service to utilize ETW tracking using an EtwTrackingParticipant.

public ref class EtwTrackingBehavior : System::ServiceModel::Description::IServiceBehavior
public class EtwTrackingBehavior : System.ServiceModel.Description.IServiceBehavior
type EtwTrackingBehavior = class
    interface IServiceBehavior
Public Class EtwTrackingBehavior
Implements IServiceBehavior
Inheritance
EtwTrackingBehavior
Implements

Constructors

EtwTrackingBehavior()

Creates a new instance of the EtwTrackingBehavior class.

Properties

ProfileName

Gets or sets the name of the TrackingProfile associated with this behavior.

Methods

AddBindingParameters(ServiceDescription, ServiceHostBase, Collection<ServiceEndpoint>, BindingParameterCollection)

An implementation of the AddBindingParameters(ServiceDescription, ServiceHostBase, Collection<ServiceEndpoint>, BindingParameterCollection) method.

ApplyDispatchBehavior(ServiceDescription, ServiceHostBase)

An implementation of the ApplyDispatchBehavior(ServiceDescription, ServiceHostBase).

Equals(Object)

Determines whether the specified object is equal to the current object.

(Inherited from Object)
GetHashCode()

Serves as the default hash function.

(Inherited from Object)
GetType()

Gets the Type of the current instance.

(Inherited from Object)
MemberwiseClone()

Creates a shallow copy of the current Object.

(Inherited from Object)
ToString()

Returns a string that represents the current object.

(Inherited from Object)
Validate(ServiceDescription, ServiceHostBase)

An implementation of the Validate(ServiceDescription, ServiceHostBase) method.

Applies to