Show / Hide Table of Contents

Class PullIngestionConfigExtensions

Inheritance
object
PullIngestionConfigExtensions
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: CrashCABN.PullIngestion
Assembly: CrashCABN.PullIngestion.dll
Syntax
public static class PullIngestionConfigExtensions

Methods

View Source

ShuffledBuilds(PullIngestionConfig)

Gets the builds to query, in a shuffled order as specified.

Declaration
public static IEnumerable<(ApplicationConfig App, string Version)> ShuffledBuilds(this PullIngestionConfig config)
Parameters
Type Name Description
PullIngestionConfig config
Returns
Type Description
IEnumerable<(ApplicationConfig App, string Version)>
  • View Source
In this article
Back to top Generated by DocFX