AzureCosmosDBMongoDBMemoryStore.Dispose Method

Definition

Overloads

Dispose()

Disposes the AzureCosmosDBMongoDBMemoryStore instance.

Dispose(Boolean)

Disposes the resources used by the AzureCosmosDBMongoDBMemoryStore instance.

Dispose()

Disposes the AzureCosmosDBMongoDBMemoryStore instance.

C#
public void Dispose();

Implements

Applies to

Dispose(Boolean)

Disposes the resources used by the AzureCosmosDBMongoDBMemoryStore instance.

C#
protected virtual void Dispose(bool disposing);

Parameters

disposing
Boolean

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

Applies to