ReportingService2005.BeginListSubscriptions 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 ^ 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
Parameters
- Report
- String
- Owner
- String
- callback
- AsyncCallback
- asyncState
- Object