Share via


SmoothStreamingAsyncResult.CompletedSynchronously Property

Indicates whether the operation completed synchronously on the same thread.

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

Syntax

'Declaration

Public Property CompletedSynchronously As Boolean
    Get
    Private Set
'Usage

Dim instance As SmoothStreamingAsyncResult
Dim value As Boolean

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

Property Value

Type: System.Boolean
true if the operation completed synchronously on the same thread; otherwise, false.

Implements

IAsyncResult.CompletedSynchronously

Version Information

Silverlight

Supported in: 5

See Also

Reference

SmoothStreamingAsyncResult Class

Microsoft.Web.Media.SmoothStreaming Namespace