RFA .NET The QualityOfService class is used to define the quality of the data requested or provided.
Namespace: ThomsonReuters.RFA.CommonAssembly: RFA8_NET110_x64 (in RFA8_NET110_x64.dll) Version: 8.0.1.1
Syntax
C# |
---|
public sealed class QualityOfService : IEquatable<QualityOfService>,
IComparable<QualityOfService>, IDisposable |
Visual Basic |
---|
Public NotInheritable Class QualityOfService _
Implements IEquatable(Of QualityOfService), IComparable(Of QualityOfService), _
IDisposable |
Visual C++ |
---|
public ref class QualityOfService sealed : IEquatable<QualityOfService^>,
IComparable<QualityOfService^>, IDisposable |
F# |
---|
[<SealedAttribute>]
type QualityOfService =
class
interface IEquatable<QualityOfService>
interface IComparable<QualityOfService>
interface IDisposable
end |
Inheritance Hierarchy
System..::..Object
ThomsonReuters.RFA.Common..::..QualityOfService
See Also