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

Inheritance: IDisposable
Afficher le fichier Open project: FabianGosebrink/ASPNET-Core-Angular2-SignalR-Typescript

Méthodes publiques

Méthode Description
DisposableAction ( System.Action action ) : System
DisposableAction ( Action action, object state ) : System
Dispose ( ) : void

Méthodes protégées

Méthode Description
Dispose ( bool disposing ) : void

Method Details

DisposableAction() public méthode

public DisposableAction ( System.Action action ) : System
action System.Action
Résultat System

DisposableAction() public méthode

public DisposableAction ( Action action, object state ) : System
action Action
state object
Résultat System

Dispose() public méthode

public Dispose ( ) : void
Résultat void

Dispose() protected méthode

protected Dispose ( bool disposing ) : void
disposing bool
Résultat void