Share via


SmoothStreamingAsyncResult.IsCompleted Property

Gets a Boolean value that indicates whether the operation has completed.

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

Syntax

'Declaration

Public Property IsCompleted As Boolean
    Get
    Private Set
'Usage

Dim instance As SmoothStreamingAsyncResult
Dim value As Boolean

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

Property Value

Type: System.Boolean
true if the operation has completed; otherwise, false.

Implements

IAsyncResult.IsCompleted

Version Information

Silverlight

Supported in: 5

See Also

Reference

SmoothStreamingAsyncResult Class

Microsoft.Web.Media.SmoothStreaming Namespace