ReportingService2005.DisableDataSourceAsync 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.
Overloads
| DisableDataSourceAsync(String, Object) | |
| DisableDataSourceAsync(String) |
DisableDataSourceAsync(String, Object)
public:
void DisableDataSourceAsync(System::String ^ DataSource, System::Object ^ userState);
public void DisableDataSourceAsync (string DataSource, object userState);
member this.DisableDataSourceAsync : string * obj -> unit
Public Sub DisableDataSourceAsync (DataSource As String, userState As Object)
Parameters
- DataSource
- String
- userState
- Object
Applies to
DisableDataSourceAsync(String)
public:
void DisableDataSourceAsync(System::String ^ DataSource);
public void DisableDataSourceAsync (string DataSource);
member this.DisableDataSourceAsync : string -> unit
Public Sub DisableDataSourceAsync (DataSource As String)
Parameters
- DataSource
- String