C# Class OSharp.Core.Threading.Tasks.AsyncLock.Releaser

释放资源的包装
显示文件 Open project: i66soft/osharp

Public Methods

Method Description
Dispose ( ) : void

Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources.

Private Methods

Method Description
Releaser ( AsyncLock toRelease ) : System

Method Details

Dispose() public method

Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources.
public Dispose ( ) : void
return void