[]
        
(Showing Draft Content)

C1.ImportServices.ReportExecution4.ReportExecutionServiceSoap.BeginGetExecutionInfo

BeginGetExecutionInfo Method

BeginGetExecutionInfo(GetExecutionInfoRequest, AsyncCallback, object)

Declaration
[OperationContract(AsyncPattern = true, Action = "http://schemas.microsoft.com/sqlserver/2005/06/30/reporting/reportingservices/GetExecutionInfo", ReplyAction = "*")]
IAsyncResult BeginGetExecutionInfo(GetExecutionInfoRequest request, AsyncCallback callback, object asyncState)
<OperationContract(AsyncPattern:=True, Action:="http://schemas.microsoft.com/sqlserver/2005/06/30/reporting/reportingservices/GetExecutionInfo", ReplyAction:="*")>
Function BeginGetExecutionInfo(request As GetExecutionInfoRequest, callback As AsyncCallback, asyncState As Object) As IAsyncResult
Parameters
Type Name Description
GetExecutionInfoRequest request
AsyncCallback callback
object asyncState
Returns
Type Description
IAsyncResult