Disposable Class

Inheritance Hierarchy

System.Object
  Microsoft.Phone.Reactive.Disposable

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

Syntax

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

The Disposable type exposes the following members.

Properties

  Name Description
Public propertyStatic member Empty

Top

Methods

  Name Description
Public methodStatic member Create

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