ReportExecutionService.BeginSetExecutionCredentials3 Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
public:
IAsyncResult ^ BeginSetExecutionCredentials3(cli::array <Microsoft::Reporting::WebForms::Internal::Soap::ReportingServices2005::Execution::DataSourceCredentials ^> ^ Credentials, AsyncCallback ^ callback, System::Object ^ asyncState);
public IAsyncResult BeginSetExecutionCredentials3 (Microsoft.Reporting.WebForms.Internal.Soap.ReportingServices2005.Execution.DataSourceCredentials[] Credentials, AsyncCallback callback, object asyncState);
member this.BeginSetExecutionCredentials3 : Microsoft.Reporting.WebForms.Internal.Soap.ReportingServices2005.Execution.DataSourceCredentials[] * AsyncCallback * obj -> IAsyncResult
Public Function BeginSetExecutionCredentials3 (Credentials As DataSourceCredentials(), callback As AsyncCallback, asyncState As Object) As IAsyncResult
Parameters
- Credentials
- DataSourceCredentials[]
- callback
- AsyncCallback
- asyncState
- Object