SwitchDeleteAfterCompressionBuilder.

WithDeleteAfterCompression<T>(T) Method

Summary

Syntax

public static T WithDeleteAfterCompression<T>(this T this) 
    where T : ISupportSwitchBuilder<ISupportSwitchDeleteAfterCompression>

Attributes

Type Description
NullableContextAttribute

Type Parameters

Name Description
T the builder to support the ISupportSwitchDeleteAfterCompression.

Parameters

Name Type Description
this T The builder-instance.

Return Value

Type Description
T The builder-instance for fluent re-use.