ReportingService2010.BeginGetRoleProperties 方法

定义

public:
 IAsyncResult ^ BeginGetRoleProperties(System::String ^ Name, System::String ^ SiteUrl, AsyncCallback ^ callback, System::Object ^ asyncState);
public IAsyncResult BeginGetRoleProperties (string Name, string SiteUrl, AsyncCallback callback, object asyncState);
Public Function BeginGetRoleProperties (Name As String, SiteUrl As String, callback As AsyncCallback, asyncState As Object) As IAsyncResult

参数

Name
String
SiteUrl
String
callback
AsyncCallback
asyncState
Object

返回

IAsyncResult

适用于