SetPlaybackRangeCompletedEventArgs Class

Represents event arguments for the completion of a SetPlaybackRangeAysnc operation.

Inheritance Hierarchy

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

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

Syntax

'Declaration

Public Class SetPlaybackRangeCompletedEventArgs _
    Inherits AsyncCompletedEventArgs
'Usage

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

The SetPlaybackRangeCompletedEventArgs type exposes the following members.

Constructors

  Name Description
Public method SetPlaybackRangeCompletedEventArgs(Exception, Object) Initializes a new instance of the SetPlaybackRangeCompletedEventArgs class for a failed completion of a SetPlaybackRangeAysnc operation.
Public method SetPlaybackRangeCompletedEventArgs(TimeSpan, TimeSpan, Object) Initializes a new instance of the SetPlaybackRangeCompletedEventArgs class for a successful completion of a SetPlaybackRangeAysnc operation.

Top

Properties

  Name Description
Public property Cancelled (Inherited from AsyncCompletedEventArgs.)
Public property Error (Inherited from AsyncCompletedEventArgs.)
Public property LeftEdge Gets the left-most position for a seek operation.
Public property RightEdge Gets the player application's expected right-most position or chunk timestamp.
Public property UserState (Inherited from AsyncCompletedEventArgs.)

Top

Methods

  Name Description
Public method Equals (Inherited from Object.)
Protected method Finalize (Inherited from Object.)
Public method GetHashCode (Inherited from Object.)
Public method GetType (Inherited from Object.)
Protected method MemberwiseClone (Inherited from Object.)
Protected method RaiseExceptionIfNecessary (Inherited from AsyncCompletedEventArgs.)
Public method ToString (Inherited from Object.)

Top

Version Information

Silverlight

Supported in: 5

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