SmoothStreamingAsyncResult Class

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
Public method SmoothStreamingAsyncResult Initializes a new instance of the SmoothStreamingAsyncResult class.

Top

Properties

  Name Description
Public property AsyncState Gets the state information passed by the application.
Public property AsyncWaitHandle Gets the wait handle used by the application to wait.
Public property CompletedSynchronously Indicates whether the operation completed synchronously on the same thread.
Public property IsCompleted Gets a Boolean value that indicates whether the operation has completed.
Public property Result Returns the result of calling EndGetChunk(IAsyncResult).

Top

Methods

  Name Description
Public method Complete Called when the operation has completed.
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.)
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