StreamUpdatedListEventArgs Class

A list of StreamUpdatedEventArgs.

Inheritance Hierarchy

System.Object
  System.EventArgs
    System.ComponentModel.AsyncCompletedEventArgs
      Microsoft.Web.Media.SmoothStreaming.StreamUpdatedListEventArgs

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

Syntax

'Declaration

Public Class StreamUpdatedListEventArgs _
    Inherits AsyncCompletedEventArgs
'Usage

Dim instance As StreamUpdatedListEventArgs
public class StreamUpdatedListEventArgs : AsyncCompletedEventArgs
public ref class StreamUpdatedListEventArgs : public AsyncCompletedEventArgs
type StreamUpdatedListEventArgs =  
    class
        inherit AsyncCompletedEventArgs
    end
public class StreamUpdatedListEventArgs extends AsyncCompletedEventArgs

The StreamUpdatedListEventArgs type exposes the following members.

Constructors

  Name Description
Public methodSupported by Windows Phone StreamUpdatedListEventArgs(Exception, Object) Initializes a new instance of the StreamUpdatedListEventArgs class.
Public methodSupported by Windows Phone StreamUpdatedListEventArgs(List<StreamUpdatedEventArgs>, Object) Initializes a new instance of the StreamUpdatedListEventArgs class.

Top

Properties

  Name Description
Public propertySupported by Windows Phone Cancelled (Inherited from AsyncCompletedEventArgs.)
Public propertySupported by Windows Phone Error (Inherited from AsyncCompletedEventArgs.)
Public propertySupported by Windows Phone StreamUpdatedEvents Gets the list of stream updated events.
Public propertySupported by Windows Phone UserState (Inherited from AsyncCompletedEventArgs.)

Top

Methods

  Name Description
Public methodSupported by Windows Phone Equals (Inherited from Object.)
Protected methodSupported by Windows Phone Finalize (Inherited from Object.)
Public methodSupported by Windows Phone GetHashCode (Inherited from Object.)
Public methodSupported by Windows Phone GetType (Inherited from Object.)
Protected methodSupported by Windows Phone MemberwiseClone (Inherited from Object.)
Protected methodSupported by Windows Phone RaiseExceptionIfNecessary (Inherited from AsyncCompletedEventArgs.)
Public methodSupported by Windows Phone ToString (Inherited from Object.)

Top

Remarks

A single notification can convey a number of stream updates.

Version Information

Silverlight

Supported in: 5

Windows Phone

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

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

See Also

Reference

Microsoft.Web.Media.SmoothStreaming Namespace