ClientFactory Class

Summary

Entry point to working with the library
Namespace
OpenTl.ClientApi
Base Types
  • object
graph TD Base0["object"]-->Type Type["ClientFactory"] class Type type-node

Syntax

public static class ClientFactory

Methods

Name Value Summary
BuildClientAsync(IFactorySettings) Task<IClientApi>
Build the client
static