Class IServiceCollectionExtensions
Inheritance
System.Object
IServiceCollectionExtensions
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: CrashCABN.Ingestion
Assembly: CrashCABN.Ingestion.Watson.dll
Syntax
public static class IServiceCollectionExtensions
Methods
View SourceAddWatsonAuth(IServiceCollection, String)
Declaration
public static IServiceCollection AddWatsonAuth(this IServiceCollection services, string authSecret)
Parameters
| Type | Name | Description |
|---|---|---|
| IServiceCollection | services | |
| System.String | authSecret |
Returns
| Type | Description |
|---|---|
| IServiceCollection |
AddWatsonClient(IServiceCollection, String)
Declaration
public static IServiceCollection AddWatsonClient(this IServiceCollection services, string authSecret)
Parameters
| Type | Name | Description |
|---|---|---|
| IServiceCollection | services | |
| System.String | authSecret |
Returns
| Type | Description |
|---|---|
| IServiceCollection |
AddWatsonIngestion(IServiceCollection)
Declaration
public static IServiceCollection AddWatsonIngestion(this IServiceCollection services)
Parameters
| Type | Name | Description |
|---|---|---|
| IServiceCollection | services |
Returns
| Type | Description |
|---|---|
| IServiceCollection |