Show / Hide Table of Contents

Class UnsubscribeDisposable

Inheritance
System.Object
UnsubscribeDisposable
Implements
System.IDisposable
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Device.Net
Assembly: Device.Net.dll
Syntax
public class UnsubscribeDisposable : IDisposable

Constructors

UnsubscribeDisposable(Action)

Declaration
public UnsubscribeDisposable(Action unsubscribe)
Parameters
Type Name Description
System.Action unsubscribe

Methods

Dispose()

Declaration
public void Dispose()

Implements

System.IDisposable
In This Article
  • Constructors
    • UnsubscribeDisposable(Action)
  • Methods
    • Dispose()
  • Implements
Back to top Generated by DocFX