Show / Hide Table of Contents

Class ConnectionExtension

Providing extension to allow the use of sdk internals

Inheritance
object
ConnectionExtension
Inherited Members
object.ToString()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
Namespace: QarnotSDK.Internal
Assembly: QarnotSDK.dll
Syntax
public static class ConnectionExtension

Methods

GetConfiguredS3ClientAsync(Connection, CancellationToken)

Retrieve the configured S3 client used by the SDK

Declaration
public static Task<AmazonS3Client> GetConfiguredS3ClientAsync(this Connection connection, CancellationToken ct = default)
Parameters
Type Name Description
Connection connection

the Qarnot SDK Connection

CancellationToken ct

cancellation token

Returns
Type Description
Task<AmazonS3Client>

an Amazon s3 client configured to reach the storage service

In this article
Back to top Generated by DocFX