PagingMemoryStorage.

Bin(string, IBin) Method

Summary

Registers the given bin for this storage with the given URI.

Syntax

public virtual void Bin(string uri, IBin bin)

Remarks

Registers the given bin for this storage with the given URI.

Parameters

Name Type Description
uri string
bin IBin

Return Value

Type Description
void