Table of Contents

Interface ICacheAwareWriteObject

Namespace
Microsoft.Azure.WebJobs
Assembly
Microsoft.Azure.WebJobs.Host.dll
public interface ICacheAwareWriteObject

Properties

BlobStream

Stream BlobStream { get; }

Property Value

Stream

Methods

TryPutToCacheAsync(bool)

Task<bool> TryPutToCacheAsync(bool isDeleteOnFailure)

Parameters

isDeleteOnFailure bool

Returns

Task<bool>