BuildMaster SDK Reference
Version:

LazyDisposableAsync<T> Class

A lazily-initialized value that can be initialized either synchronously or asynchronously and disposed.

Inheritance Hierarchy

  • object
    • Inedo.LazyAsync<T>
      • Inedo.LazyDisposableAsync<T>

Syntax

public class LazyDisposableAsync<T> : LazyAsync<T>, System.IDisposable

Methods

Name Description
Dispose

Disposes the result if it has been created.

Dispose(bool disposing)

Disposes the result if it has been created.