Share via


SmoothStreamingAsyncResult.Complete Method

Called when the operation has completed.

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

Syntax

'Declaration

Public Sub Complete ( _
    result As Object, _
    completedSynchronously As Boolean _
)
'Usage

Dim instance As SmoothStreamingAsyncResult
Dim result As Object
Dim completedSynchronously As Boolean

instance.Complete(result, completedSynchronously)
public void Complete(
    Object result,
    bool completedSynchronously
)
public:
void Complete(
    Object^ result, 
    bool completedSynchronously
)
member Complete : 
        result:Object * 
        completedSynchronously:bool -> unit 
public function Complete(
    result : Object, 
    completedSynchronously : boolean
)

Parameters

  • completedSynchronously
    Type: System.Boolean
    true to indicate that the method completed synchronously; otherwise, false.

Version Information

Silverlight

Supported in: 5

See Also

Reference

SmoothStreamingAsyncResult Class

Microsoft.Web.Media.SmoothStreaming Namespace