ReportingService2010.BeginGetItemReferences(String, String, AsyncCallback, Object) 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 ^ BeginGetItemReferences(System::String ^ ItemPath, System::String ^ ReferenceItemType, AsyncCallback ^ callback, System::Object ^ asyncState);
public IAsyncResult BeginGetItemReferences (string ItemPath, string ReferenceItemType, AsyncCallback callback, object asyncState);
member this.BeginGetItemReferences : string * string * AsyncCallback * obj -> IAsyncResult
Public Function BeginGetItemReferences (ItemPath As String, ReferenceItemType As String, callback As AsyncCallback, asyncState As Object) As IAsyncResult
Parameters
- ItemPath
- String
- ReferenceItemType
- String
- callback
- AsyncCallback
- asyncState
- Object