Begins the page data 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 BeginGetPageInfo(
	string id,
	int pageNumber,
	AsyncCallback callback,
	Object asyncState
)
Visual Basic (Declaration)
Function BeginGetPageInfo ( _
	id As String, _
	pageNumber As Integer, _
	callback As AsyncCallback, _
	asyncState As Object _
) As IAsyncResult
Visual C++
IAsyncResult^ BeginGetPageInfo(
	String^ id, 
	int pageNumber, 
	AsyncCallback^ callback, 
	Object^ asyncState
)

Parameters

id
Type: System..::.String
pageNumber
Type: System..::.Int32
callback
Type: System..::.AsyncCallback
asyncState
Type: System..::.Object

See Also