InstrumentRule.Scopes Property
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.
Gets the MeterScope. This is used to distinguish between meters created via Meter constructors (Global) and those created via Dependency Injection with Create(MeterOptions) (Local)."/>.
public:
property Microsoft::Extensions::Diagnostics::Metrics::MeterScope Scopes { Microsoft::Extensions::Diagnostics::Metrics::MeterScope get(); };
public Microsoft.Extensions.Diagnostics.Metrics.MeterScope Scopes { get; }
member this.Scopes : Microsoft.Extensions.Diagnostics.Metrics.MeterScope
Public ReadOnly Property Scopes As MeterScope
Property Value
Remarks
This value is used to distinguish between meters created via Meter constructors (Global), and those created via Dependency Injection with Create(MeterOptions) (Local).
Applies to
שתף איתנו פעולה ב- GitHub
ניתן למצוא את המקור לתוכן זה ב- GitHub, שם ניתן גם ליצור ולסקור בעיות ולמשוך בקשות. לקבלת מידע נוסף, עיין במדריך התורמים שלנו.