Share via


SmoothStreamingAsyncResult.Result Property

Returns the result of calling EndGetChunk(IAsyncResult).

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

Syntax

'Declaration

Public Property Result As Object
    Get
    Private Set
'Usage

Dim instance As SmoothStreamingAsyncResult
Dim value As Object

value = instance.Result
public Object Result { get; private set; }
public:
property Object^ Result {
    Object^ get ();
    private: void set (Object^ value);
}
member Result : Object with get, private set
function get Result () : Object
private function set Result (value : Object)

Property Value

Type: System.Object
An object that contains the result.

Version Information

Silverlight

Supported in: 5

See Also

Reference

SmoothStreamingAsyncResult Class

Microsoft.Web.Media.SmoothStreaming Namespace