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 | |
---|---|---|
SetPlaybackRangeCompletedEventArgs(Exception, Object) | Initializes a new instance of the SetPlaybackRangeCompletedEventArgs class for a failed completion of a SetPlaybackRangeAysnc operation. | |
SetPlaybackRangeCompletedEventArgs(TimeSpan, TimeSpan, Object) | Initializes a new instance of the SetPlaybackRangeCompletedEventArgs class for a successful completion of a SetPlaybackRangeAysnc operation. |
Top
Properties
Name | Description | |
---|---|---|
Cancelled | (Inherited from AsyncCompletedEventArgs.) | |
Error | (Inherited from AsyncCompletedEventArgs.) | |
LeftEdge | Gets the left-most position for a seek operation. | |
RightEdge | Gets the player application's expected right-most position or chunk timestamp. | |
UserState | (Inherited from AsyncCompletedEventArgs.) |
Top
Methods
Name | Description | |
---|---|---|
Equals | (Inherited from Object.) | |
Finalize | (Inherited from Object.) | |
GetHashCode | (Inherited from Object.) | |
GetType | (Inherited from Object.) | |
MemberwiseClone | (Inherited from Object.) | |
RaiseExceptionIfNecessary | (Inherited from AsyncCompletedEventArgs.) | |
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.