C# Class IO.Ably.ActionOnDispose

Utility class that implements IDisposable bu calling the provided action.
Inheritance: IDisposable
Datei anzeigen Open project: ably/ably-dotnet

Public Methods

Method Description
ActionOnDispose ( Action act ) : System

Private Methods

Method Description
IDisposable ( ) : void

Method Details

ActionOnDispose() public method

public ActionOnDispose ( Action act ) : System
act Action
return System