Click or drag to resize
DelayedSeriesCreatea, b Method (a, a, Funca, BoundaryBehavior, a, BoundaryBehavior, TaskIEnumerableKeyValuePaira, b)

Note: This API is now obsolete.

Namespace:  Deedle
Assembly:  Deedle (in Deedle.dll) Version: 1.2
Syntax
C#
[ObsoleteAttribute("The DelayedSeries.Create method has been renamed to DelayedSeries.FromValueLoader")]
public static Series<a, b> Create<a, b>(
	a min,
	a max,
	Func<a, BoundaryBehavior, a, BoundaryBehavior, Task<IEnumerable<KeyValuePair<a, b>>>> loader
)

Parameters

min
Type: a

[Missing <param name="min"/> documentation for "M:Deedle.DelayedSeries.Create``2(``0,``0,System.Func{``0,Deedle.Indices.BoundaryBehavior,``0,Deedle.Indices.BoundaryBehavior,System.Threading.Tasks.Task{System.Collections.Generic.IEnumerable{System.Collections.Generic.KeyValuePair{``0,``1}}}})"]

max
Type: a

[Missing <param name="max"/> documentation for "M:Deedle.DelayedSeries.Create``2(``0,``0,System.Func{``0,Deedle.Indices.BoundaryBehavior,``0,Deedle.Indices.BoundaryBehavior,System.Threading.Tasks.Task{System.Collections.Generic.IEnumerable{System.Collections.Generic.KeyValuePair{``0,``1}}}})"]

loader
Type: SystemFunca, BoundaryBehavior, a, BoundaryBehavior, TaskIEnumerableKeyValuePaira, b

[Missing <param name="loader"/> documentation for "M:Deedle.DelayedSeries.Create``2(``0,``0,System.Func{``0,Deedle.Indices.BoundaryBehavior,``0,Deedle.Indices.BoundaryBehavior,System.Threading.Tasks.Task{System.Collections.Generic.IEnumerable{System.Collections.Generic.KeyValuePair{``0,``1}}}})"]

Type Parameters

a
b

Return Value

Type: Seriesa, b

[Missing <returns> documentation for "M:Deedle.DelayedSeries.Create``2(``0,``0,System.Func{``0,Deedle.Indices.BoundaryBehavior,``0,Deedle.Indices.BoundaryBehavior,System.Threading.Tasks.Task{System.Collections.Generic.IEnumerable{System.Collections.Generic.KeyValuePair{``0,``1}}}})"]

See Also