CloudinaryDotNet.Actions.ArchiveParams.Async C# (CSharp) Method

Async() public method

Set whether to perform the archive generation in the background (asynchronously). Default: false. Relevant only for create call.
public Async ( bool async ) : ArchiveParams
async bool
return ArchiveParams
        public ArchiveParams Async(bool async)
        {
            this.m_async = async;
            return this;
        }