C# Class NanoByte.Common.Tasks.CancellationTokenRegistration

ファイルを表示 Open project: nano-byte/common

Public Methods

Method Description
Dispose ( ) : void

Unregisters the callback.

Private Methods

Method Description
CancellationTokenRegistration ( CancellationTokenSource source, System.Action callback ) : System

Method Details

Dispose() public method

Unregisters the callback.
public Dispose ( ) : void
return void