Show / Hide Table of Contents

Class WildcardConsumer

Produces wildcards from a ring buffer.

Inheritance
System.Object
WildcardConsumer
Implements
IWildcardGenerator
Namespace: Reaqtor.ReificationFramework
Assembly: Reaqtor.ReificationFramework.dll
Syntax
public class WildcardConsumer : Object, IWildcardGenerator

Constructors

WildcardConsumer(Uri[])

Instantiates the wildcard generator.

Declaration
public WildcardConsumer(params Uri[] wildcards)
Parameters
Type Name Description
System.Uri[] wildcards

The set of wildcards to use.

Methods

Generate()

Gets the next wildcard from the buffer.

Declaration
public Uri Generate()
Returns
Type Description
System.Uri

The wildcard.

Implements

IWildcardGenerator
In This Article
Back to top Generated by DocFX