Share via


CacheResponse.ContinueProcessing Property

Gets a Boolean value indicating whether cache response processing continues to the next cache module (including HTTP download) in case of a cache miss.

Namespace:  Microsoft.Web.Media.SmoothStreaming
Assembly:  Microsoft.Web.Media.SmoothStreaming (in Microsoft.Web.Media.SmoothStreaming.dll)

Syntax

'Declaration

Public Property ContinueProcessing As Boolean
    Get
    Private Set
'Usage

Dim instance As CacheResponse
Dim value As Boolean

value = instance.ContinueProcessing
public bool ContinueProcessing { get; private set; }
public:
property bool ContinueProcessing {
    bool get ();
    private: void set (bool value);
}
member ContinueProcessing : bool with get, private set
function get ContinueProcessing () : boolean
private function set ContinueProcessing (value : boolean)

Property Value

Type: System.Boolean
true if the cache response processing continues; otherwise, false.

Version Information

Silverlight

Supported in: 5

See Also

Reference

CacheResponse Class

Microsoft.Web.Media.SmoothStreaming Namespace