Show / Hide Table of Contents

Class NoBalancingStrategy

Denotes a class representing no balancing strategy at all

Inheritance
object
NoBalancingStrategy
Implements
IChunkBalancingStrategyProvider
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: NMF.Expressions.Linq
Assembly: NMF.Expressions.Chunk.dll
Syntax
public sealed class NoBalancingStrategy : IChunkBalancingStrategyProvider

Methods

| Edit this page View Source

CreateStrategy<T, TChunk>(IObservableChunk<T, TChunk>)

Create a strategy for the given observable chunk collection

Declaration
public IChunkBalancingStrategy<T, TChunk> CreateStrategy<T, TChunk>(IObservableChunk<T, TChunk> observableChunk)
Parameters
Type Name Description
IObservableChunk<T, TChunk> observableChunk

The observable chunk collection

Returns
Type Description
IChunkBalancingStrategy<T, TChunk>

A chunk balancing strategy

Type Parameters
Name Description
T

The type of items

TChunk

The type of the chunks

Implements

IChunkBalancingStrategyProvider

Extension Methods

ExpressionExtensions.AsOne<T>(T)
  • Edit this page
  • View Source
In this article
Back to top Generated by DocFX