次の方法で共有


IWithTags インターフェイス

定義

タグの追加または更新を許可する接続モニター定義のステージ。

public interface IWithTags
type IWithTags = interface
Public Interface IWithTags
派生

メソッド

WithoutTag(String)

接続モニターからタグを削除します。

WithTag(String, String)

接続モニターにタグを追加します。

WithTags(IDictionary<String,String>)

接続モニターのタグを指定します。

適用対象