ReportingService2005.BeginListRoles(SecurityScopeEnum, AsyncCallback, Object) Method

Definition

public:
 IAsyncResult ^ BeginListRoles(Microsoft::SqlServer::ReportingServices2005::SecurityScopeEnum SecurityScope, AsyncCallback ^ callback, System::Object ^ asyncState);
public IAsyncResult BeginListRoles (Microsoft.SqlServer.ReportingServices2005.SecurityScopeEnum SecurityScope, AsyncCallback callback, object asyncState);
member this.BeginListRoles : Microsoft.SqlServer.ReportingServices2005.SecurityScopeEnum * AsyncCallback * obj -> IAsyncResult
Public Function BeginListRoles (SecurityScope As SecurityScopeEnum, callback As AsyncCallback, asyncState As Object) As IAsyncResult

Parameters

SecurityScope
SecurityScopeEnum
callback
AsyncCallback
asyncState
Object

Returns

IAsyncResult

Applies to