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