SmoothStreamingAsyncResult Class
Silverlight
Provides an implementation of the IAsyncResult interface for the EndGetChunk(IAsyncResult) method.
Namespace: Microsoft.Web.Media.SmoothStreaming
Assembly: Microsoft.Web.Media.SmoothStreaming (in Microsoft.Web.Media.SmoothStreaming.dll)
The SmoothStreamingAsyncResult type exposes the following members.
| Name | Description | |
|---|---|---|
![]() | SmoothStreamingAsyncResult | Initializes a new instance of the SmoothStreamingAsyncResult class. |
| 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). |
