Skip to main content

Class DisposablePipeline

Namespace: Aurigma.DesignAtoms.Common
Assembly: Aurigma.DesignAtoms.dll
Syntax
public class DisposablePipeline : IDisposable

Inheritance: System.Object -> DisposablePipeline

Implements

  • System.IDisposable

Inherited Members

  • System.Object.ToString
  • System.Object.Equals(System.Object)
  • System.Object.Equals(System.Object,System.Object)
  • System.Object.ReferenceEquals(System.Object,System.Object)
  • System.Object.GetHashCode
  • System.Object.GetType
  • System.Object.MemberwiseClone

Constructors

DisposablePipeline

public DisposablePipeline(Pipeline pipeline)

Properties

Pipeline

public Pipeline Pipeline { get; }

Methods

Dispose

public void Dispose()
Was this page helpful?