ReportingService2006.BeginGetResourceContents 方法

定义

public:
 IAsyncResult ^ BeginGetResourceContents(System::String ^ Resource, AsyncCallback ^ callback, System::Object ^ asyncState);
public IAsyncResult BeginGetResourceContents (string Resource, AsyncCallback callback, object asyncState);
member this.BeginGetResourceContents : string * AsyncCallback * obj -> IAsyncResult
Public Function BeginGetResourceContents (Resource As String, callback As AsyncCallback, asyncState As Object) As IAsyncResult

参数

Resource
String
callback
AsyncCallback
asyncState
Object

返回

适用于