Dispose | |
public struct DisposeToken : IDisposable
The DisposeToken type exposes the following members.
| Name | Description | |
|---|---|---|
| DisposeToken | Constructor |
| Name | Description | |
|---|---|---|
| IsDisposed | Gets a Boolean that specifies if the Dispose method was already called. |
| Name | Description | |
|---|---|---|
| Dispose | Dispose method calls the disposeAction that was specified when this DisposeToken was created. |