Struct SchedulerMapping
Represents a value specifying the scheduler to be used when handling concurrency in a reactive operator.
public struct SchedulerMapping : IEquatable<SchedulerMapping>
- Implements
- Inherited Members
Constructors
- SchedulerMapping(IScheduler)
Initializes a new instance of the SchedulerMapping class using the specified scheduler.
Properties
- Instance
Gets or sets the scheduler object assigned to the mapping.
Methods
- Equals(SchedulerMapping)
Returns a value indicating whether this object has the same scheduler instance as a specified SchedulerMapping value.
- Equals(object)
Indicates whether this instance and a specified object are equal.
- GetHashCode()
Returns the hash code for this instance.