Class GetAllTimeSamplingProfileResult
public sealed record GetAllTimeSamplingProfileResult : EmptyResult, IEquatable<EmptyResult>, IEquatable<GetAllTimeSamplingProfileResult>
- Inheritance
-
EmptyResultGetAllTimeSamplingProfileResult
- Implements
-
IEquatable<EmptyResult>
- Inherited Members
-
EmptyResult.ToString()EmptyResult.GetHashCode()EmptyResult.Equals(EmptyResult)EmptyResult.<Clone>$()EmptyResult.AdditionalDataEmptyResult.AdditionalMessageData
Constructors
GetAllTimeSamplingProfileResult(SamplingProfile)
public GetAllTimeSamplingProfileResult(SamplingProfile Profile)
Parameters
ProfileSamplingProfile
Properties
Profile
public SamplingProfile Profile { get; init; }