Subject.Synchronize Method
Include Protected Members
Include Inherited Members
Synchronizes the messages on the subject.
This member is overloaded. For complete information about this member, including syntax, usage, and examples, click a name in the overload list.
Overload List
Name | Description | |
---|---|---|
Synchronize<TSource, TResult>(ISubject<TSource, TResult>) | Synchronizes the messages on the subject. | |
Synchronize<TSource, TResult>(ISubject<TSource, TResult>, IScheduler) | Synchronizes the messages on the subject and notifies observers on the specified scheduler. |
Top