Share via


Observer Class

Inheritance Hierarchy

System.Object
  Microsoft.Phone.Reactive.Observer

Namespace:  Microsoft.Phone.Reactive
Assembly:  Microsoft.Phone.Reactive (in Microsoft.Phone.Reactive.dll)

Syntax

'Declaration
<ExtensionAttribute> _
Public NotInheritable Class Observer
public static class Observer
[ExtensionAttribute]
public ref class Observer abstract sealed
[<AbstractClass>]
[<Sealed>]
type Observer =  class end

The Observer type exposes the following members.

Methods

  Name Description
Public methodStatic member AsObserver<TSource>
Public methodStatic member Create<T>(Action<T>)
Public methodStatic member Create<T>(Action<T>, Action)
Public methodStatic member Create<T>(Action<T>, Action<Exception>)
Public methodStatic member Create<T>(Action<T>, Action<Exception>, Action)
Public methodStatic member ToNotifier<T>
Public methodStatic member ToObserver<T>

Top

Version Information

.NET for Windows Phone apps

Supported in: Windows Phone 8, Silverlight 8.1

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

See Also

Reference

Microsoft.Phone.Reactive Namespace