Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Provides an implementation of the IAsyncResult interface for the EndGetChunk(IAsyncResult) method.
Inheritance Hierarchy
System.Object
Microsoft.Web.Media.SmoothStreaming.SmoothStreamingAsyncResult
Namespace: Microsoft.Web.Media.SmoothStreaming
Assembly: Microsoft.Web.Media.SmoothStreaming (in Microsoft.Web.Media.SmoothStreaming.dll)
Syntax
'Declaration
Public Class SmoothStreamingAsyncResult _
Implements IAsyncResult
'Usage
Dim instance As SmoothStreamingAsyncResult
public class SmoothStreamingAsyncResult : IAsyncResult
public ref class SmoothStreamingAsyncResult : IAsyncResult
type SmoothStreamingAsyncResult =
class
interface IAsyncResult
end
public class SmoothStreamingAsyncResult implements IAsyncResult
The SmoothStreamingAsyncResult type exposes the following members.
Constructors
Name | Description | |
---|---|---|
![]() |
SmoothStreamingAsyncResult | Initializes a new instance of the SmoothStreamingAsyncResult class. |
Top
Properties
Name | Description | |
---|---|---|
![]() |
AsyncState | Gets the state information passed by the application. |
![]() |
AsyncWaitHandle | Gets the wait handle used by the application to wait. |
![]() |
CompletedSynchronously | Indicates whether the operation completed synchronously on the same thread. |
![]() |
IsCompleted | Gets a Boolean value that indicates whether the operation has completed. |
![]() |
Result | Returns the result of calling EndGetChunk(IAsyncResult). |
Top
Methods
Name | Description | |
---|---|---|
![]() |
Complete | Called when the operation has completed. |
![]() |
Equals | (Inherited from Object.) |
![]() |
Finalize | (Inherited from Object.) |
![]() |
GetHashCode | (Inherited from Object.) |
![]() |
GetType | (Inherited from Object.) |
![]() |
MemberwiseClone | (Inherited from Object.) |
![]() |
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.