Show / Hide Table of Contents

Class WatsonODataClientFactory

Inheritance
System.Object
WatsonODataClientFactory
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.PullIngestion.Watson
Assembly: CrashCABN.PullIngestion.Watson.dll
Syntax
public class WatsonODataClientFactory

Constructors

View Source

WatsonODataClientFactory(IServiceProvider)

Declaration
public WatsonODataClientFactory(IServiceProvider services)
Parameters
Type Name Description
System.IServiceProvider services

Methods

View Source

Create()

Declaration
public async Task<WatsonODataClient> Create()
Returns
Type Description
System.Threading.Tasks.Task<WatsonODataClient>
  • View Source
In This Article
Back to top Generated by DocFX