Table of Contents

Method Dispose

Namespace
NATS.Client.Core
Assembly
NATS.Client.Core.dll

Dispose()

Releases all resources used by the NKeyPair.

public void Dispose()

Dispose(bool)

Releases the unmanaged resources used by the NKeyPair and optionally releases the managed resources.

protected virtual void Dispose(bool disposing)

Parameters

disposing bool

true to release both managed and unmanaged resources; false to release only unmanaged resources.