ReportingService2005.BeginListSubscriptions Methode
Definition
Wichtig
Einige Informationen beziehen sich auf Vorabversionen, die vor dem Release ggf. grundlegend überarbeitet werden. Microsoft übernimmt hinsichtlich der hier bereitgestellten Informationen keine Gewährleistungen, seien sie ausdrücklich oder konkludent.
public:
IAsyncResult ^ BeginListSubscriptions(System::String ^ Report, System::String ^ Owner, AsyncCallback ^ callback, System::Object ^ asyncState);
public IAsyncResult BeginListSubscriptions (string Report, string Owner, AsyncCallback callback, object asyncState);
member this.BeginListSubscriptions : string * string * AsyncCallback * obj -> IAsyncResult
Public Function BeginListSubscriptions (Report As String, Owner As String, callback As AsyncCallback, asyncState As Object) As IAsyncResult
Parameter
- Report
- String
- Owner
- String
- callback
- AsyncCallback
- asyncState
- Object