This topic has not yet been rated - Rate this topic

MutableDisposable Class

March 22, 2012

Represents a disposable whose underlying disposable can be swapped for another disposable.

System.Object
  Microsoft.Phone.Reactive.MutableDisposable

Namespace:  Microsoft.Phone.Reactive
Assembly:  Microsoft.Phone.Reactive (in Microsoft.Phone.Reactive.dll)
XMLNS for XAML: Not mapped to an xmlns.
public sealed class MutableDisposable : IDisposable
<MutableDisposable .../>

The MutableDisposable type exposes the following members.

  NameDescription
Public methodMutableDisposableConstructs a new MutableDisposable with no current underlying disposable.
Top
  NameDescription
Public propertyDisposableGets a value indicating whether the MutableDisposable has an underlying disposable.
Top
  NameDescription
Public methodDisposeDisposes the underlying disposable as well as all future replacements.
Public methodEquals (Inherited from Object.)
Protected methodFinalize (Inherited from Object.)
Public methodGetHashCode (Inherited from Object.)
Public methodGetType (Inherited from Object.)
Protected methodMemberwiseClone (Inherited from Object.)
Public methodToString (Inherited from Object.)
Top

Windows Phone OS

Supported in: 7.1, 7.0

Windows Phone

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

Did you find this helpful?
(1500 characters remaining)
© 2013 Microsoft. All rights reserved.