MeasurementHandlers.ShortHandler 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.
A MeasurementCallback<T> for Int16. If null, short measurements will be skipped.
public:
property System::Diagnostics::Metrics::MeasurementCallback<short> ^ ShortHandler { System::Diagnostics::Metrics::MeasurementCallback<short> ^ get(); void set(System::Diagnostics::Metrics::MeasurementCallback<short> ^ value); };
public System.Diagnostics.Metrics.MeasurementCallback<short>? ShortHandler { get; set; }
member this.ShortHandler : System.Diagnostics.Metrics.MeasurementCallback<int16> with get, set
Public Property ShortHandler As MeasurementCallback(Of Short)
Property Value
Applies to
GitHub'da bizimle işbirliği yapın
Bu içeriğin kaynağı GitHub'da bulunabilir; burada ayrıca sorunları ve çekme isteklerini oluşturup gözden geçirebilirsiniz. Daha fazla bilgi için katkıda bulunan kılavuzumuzu inceleyin.