ReportExecutionService.BeginSetExecutionCredentials Method

Definition

public:
 IAsyncResult ^ BeginSetExecutionCredentials(cli::array <Microsoft::Reporting::WebForms::Internal::Soap::ReportingServices2005::Execution::DataSourceCredentials ^> ^ Credentials, AsyncCallback ^ callback, System::Object ^ asyncState);
public IAsyncResult BeginSetExecutionCredentials (Microsoft.Reporting.WebForms.Internal.Soap.ReportingServices2005.Execution.DataSourceCredentials[] Credentials, AsyncCallback callback, object asyncState);
member this.BeginSetExecutionCredentials : Microsoft.Reporting.WebForms.Internal.Soap.ReportingServices2005.Execution.DataSourceCredentials[] * AsyncCallback * obj -> IAsyncResult
Public Function BeginSetExecutionCredentials (Credentials As DataSourceCredentials(), callback As AsyncCallback, asyncState As Object) As IAsyncResult

Parameters

Credentials
DataSourceCredentials[]
callback
AsyncCallback
asyncState
Object

Returns

Applies to