PagingMemoryStorage.

Exists(string) Method

Summary

returns true if a MemoryBin with the given URI name already exists in this Storage.

Syntax

public virtual bool Exists(string uri)

Remarks

returns true if a MemoryBin with the given URI name already exists in this Storage.

Parameters

Name Type Description
uri string

Return Value

Type Description
bool