AdvancedLoggingPlugin.ApplicationLogUrls Property

Gets or sets the ApplicationLogUrls.

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

Syntax

'Declaration

Public Property ApplicationLogUrls As IList(Of String)
    Get
    Set
'Usage

Dim instance As AdvancedLoggingPlugin
Dim value As IList(Of String)

value = instance.ApplicationLogUrls

instance.ApplicationLogUrls = value
public IList<string> ApplicationLogUrls { get; set; }
public:
property IList<String^>^ ApplicationLogUrls {
    IList<String^>^ get ();
    void set (IList<String^>^ value);
}
member ApplicationLogUrls : IList<string> with get, set
function get ApplicationLogUrls () : IList<String>
function set ApplicationLogUrls (value : IList<String>)

Property Value

Type: System.Collections.Generic.IList<String>
A generic IList of type string.

Remarks

The application can specify a list of URLs to which advanced logs will be posted. For thread safety, callers should lock(ApplicationLogUrls) before accessing. There is a separate list of URLs, ManifestLogUrls that is populated from the LogUrl elements in the currently playing manifest. These two lists describe all the URLs that will receive the advanced logs.

Version Information

Silverlight

Supported in: 5

Windows Phone

Supported in: Windows Phone OS 7.1, Windows Phone OS 7.0

See Also

Reference

AdvancedLoggingPlugin Class

Microsoft.Web.Media.Diagnostics Namespace