Begins resource getting.

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#
IAsyncResult BeginGetResource(
	string culture,
	AsyncCallback callback,
	Object asyncState
)
Visual Basic (Declaration)
Function BeginGetResource ( _
	culture As String, _
	callback As AsyncCallback, _
	asyncState As Object _
) As IAsyncResult
Visual C++
IAsyncResult^ BeginGetResource(
	String^ culture, 
	AsyncCallback^ callback, 
	Object^ asyncState
)

Parameters

culture
Type: System..::.String
callback
Type: System..::.AsyncCallback
asyncState
Type: System..::.Object

See Also