Table of Contents

Constructor SchedulerMapping

Namespace
Bonsai.Reactive
Assembly
Bonsai.Core.dll

SchedulerMapping(IScheduler)

Initializes a new instance of the SchedulerMapping class using the specified scheduler.

public SchedulerMapping(IScheduler scheduler)

Parameters

scheduler IScheduler

The scheduler assigned to the mapping.

Exceptions

ArgumentNullException

scheduler is null.