Share via


SmoothStreamingAsyncResult.AsyncState Property

Gets the state information passed by the application.

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

Syntax

'Declaration

Public Property AsyncState As Object
    Get
    Private Set
'Usage

Dim instance As SmoothStreamingAsyncResult
Dim value As Object

value = instance.AsyncState
public Object AsyncState { get; private set; }
public:
virtual property Object^ AsyncState {
    Object^ get () sealed;
    private: void set (Object^ value) sealed;
}
abstract AsyncState : Object with get, private set
override AsyncState : Object with get, private set
final function get AsyncState () : Object
private final function set AsyncState (value : Object)

Property Value

Type: System.Object
An object that contains the state information.

Implements

IAsyncResult.AsyncState

Version Information

Silverlight

Supported in: 5

See Also

Reference

SmoothStreamingAsyncResult Class

Microsoft.Web.Media.SmoothStreaming Namespace