Ends getting image.

Namespace:  PerpetuumSoft.Reporting.Silverlight.Client.ReportService
Assembly:  PerpetuumSoft.Reporting.Silverlight.Client (in PerpetuumSoft.Reporting.Silverlight.Client.dll) Version: 1.0.1.0 (1.0.1.0)

Syntax

C#
byte[] EndGetImage(
	IAsyncResult result
)
Visual Basic (Declaration)
Function EndGetImage ( _
	result As IAsyncResult _
) As Byte()
Visual C++
array<unsigned char>^ EndGetImage(
	IAsyncResult^ result
)

Parameters

result
Type: System..::.IAsyncResult

See Also