Share via


SmoothStreamingAsyncResult.AsyncWaitHandle Property

Gets the wait handle used by the application to wait.

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

Syntax

'Declaration

Public ReadOnly Property AsyncWaitHandle As WaitHandle
    Get
'Usage

Dim instance As SmoothStreamingAsyncResult
Dim value As WaitHandle

value = instance.AsyncWaitHandle
public WaitHandle AsyncWaitHandle { get; }
public:
virtual property WaitHandle^ AsyncWaitHandle {
    WaitHandle^ get () sealed;
}
abstract AsyncWaitHandle : WaitHandle
override AsyncWaitHandle : WaitHandle
final function get AsyncWaitHandle () : WaitHandle

Property Value

Type: System.Threading.WaitHandle
The wait handle.

Implements

IAsyncResult.AsyncWaitHandle

Version Information

Silverlight

Supported in: 5

See Also

Reference

SmoothStreamingAsyncResult Class

Microsoft.Web.Media.SmoothStreaming Namespace