C# Class Microsoft.AspNetCore.SignalR.Infrastructure.DisposableAction

Inheritance: IDisposable
Show file Open project: FabianGosebrink/ASPNET-Core-Angular2-SignalR-Typescript

Public Methods

Method Description
DisposableAction ( System.Action action ) : System
DisposableAction ( Action action, object state ) : System
Dispose ( ) : void

Protected Methods

Method Description
Dispose ( bool disposing ) : void

Method Details

DisposableAction() public method

public DisposableAction ( System.Action action ) : System
action System.Action
return System

DisposableAction() public method

public DisposableAction ( Action action, object state ) : System
action Action
state object
return System

Dispose() public method

public Dispose ( ) : void
return void

Dispose() protected method

protected Dispose ( bool disposing ) : void
disposing bool
return void