• EnglishEspañol日本語한국어Português
  • ログイン今すぐ開始

この機械翻訳は、参考として提供されています。

In the event of any inconsistency between the English version and the translated version, the English versionwill take priority. Please visit this page for more information.

問題を作成する

すべての属性を削除

構文

Java

NewRelic.removeAllAttributes ()

コトリン [#kotlin]

NewRelic.removeAllAttributes()

説明 [#description]

このメソッドはセッションからすべての属性を削除します。単一のセッション属性を削除する場合は、 「属性の削除」を参照してください。

戻り値 [#return-values]

正常に記録された場合はtrueを返し、記録されなかった場合はfalseを返します。

[#example]

Java [#java]

boolean attributesRemoved = NewRelic.removeAllAttributes();

コトリン [#kotlin]

val attributesRemoved = NewRelic.removeAllAttributes()

構文

目的-c

+ (BOOL) removeAllAttributes();

迅速 [#swift]

NewRelic.removeAllAttributes() -> Bool

説明 [#description]

このメソッドはセッションからすべての属性を削除します。単一のセッション属性を削除する場合は、 「属性の削除」を参照してください。

戻り値 [#return-values]

正常に記録された場合はtrueを返し、記録されなかった場合はfalseを返します。

[#examples]

Objective-C [#obj-c]

BOOL attributesRemoved = NewRelic.removeAllAttributes();

迅速 [#swift]

let attributesRemoved = NewRelic.removeAllAttributes()

構文

removeAllAttributes(options?: {} | undefined) => void

説明 [#description]

このメソッドはセッションからすべての属性を削除します。単一のセッション属性を削除する場合は、 「属性の削除」を参照してください。

[#example]

NewRelicCapacitorPlugin.removeAllAttributes();

構文

RemoveAllAttributes() : bool;

説明 [#description]

このメソッドはセッションからすべての属性を削除します。単一のセッション属性を削除する場合は、 「属性の削除」を参照してください。

[#example]

CrossNewRelic.Current.RemoveAllAttributes();

構文

removeAllAttributes(): void;

説明 [#description]

このメソッドはセッションからすべての属性を削除します。単一のセッション属性を削除する場合は、 「属性の削除」を参照してください。

[#example]

NewRelic.removeAllAttributes();

構文

removeAllAttributes(): void;

説明 [#description]

このメソッドはセッションからすべての属性を削除します。単一のセッション属性を削除する場合は、 「属性の削除」を参照してください。

[#example]

NewRelic.removeAllAttributes();

構文

RemoveAllAttributes() : bool;

説明 [#description]

このメソッドはセッションからすべての属性を削除します。単一のセッション属性を削除する場合は、 「属性の削除」を参照してください。

[#example]

NewRelicAgent.RemoveAllAttributes();

構文

removeAllAttributes() : void;

説明 [#description]

このメソッドはセッションからすべての属性を削除します。単一のセッション属性を削除する場合は、 「属性の削除」を参照してください。

[#example]

#include "NewRelicBPLibrary.h"
UNewRelicBPLibrary::removeAllAttributes();

構文

RemoveAllAttributes() : bool;

説明 [#description]

このメソッドはセッションからすべての属性を削除します。単一のセッション属性を削除する場合は、 「属性の削除」を参照してください。

[#example]

CrossNewRelicClient.Current.RemoveAllAttributes();
Copyright © 2024 New Relic株式会社。

This site is protected by reCAPTCHA and the Google Privacy Policy and Terms of Service apply.