Show / Hide Table of Contents

Interface IPullIngestionManager

Namespace: CrashCABN.TitleConfiguration
Assembly: CrashCABN.TitleConfiguration.Abstractions.dll
Syntax
public interface IPullIngestionManager

Methods

View Source

DisablePullIngestion(string)

Declaration
Task<bool> DisablePullIngestion(string titleName)
Parameters
Type Name Description
string titleName
Returns
Type Description
Task<bool>
View Source

EnablePullIngestion(string)

Declaration
Task<bool> EnablePullIngestion(string titleName)
Parameters
Type Name Description
string titleName
Returns
Type Description
Task<bool>
View Source

ListTitleConfigurationsWithPullIngestion()

Declaration
Task<IEnumerable<string>> ListTitleConfigurationsWithPullIngestion()
Returns
Type Description
Task<IEnumerable<string>>
  • View Source
In this article
Back to top Generated by DocFX