Condividi tramite


IWithTags Interface

Definition

The stage of the connection monitor definition allowing to add or update tags.

public interface IWithTags
type IWithTags = interface
Public Interface IWithTags
Derived

Methods

WithoutTag(String)

Removes a tag from the connection monitor.

WithTag(String, String)

Adds a tag to the connection monitor.

WithTags(IDictionary<String,String>)

Specifies tags for the connection monitor.

Applies to