ReportingService2005.BeginSetRoleProperties Method

Definition

public:
 IAsyncResult ^ BeginSetRoleProperties(System::String ^ Name, System::String ^ Description, cli::array <Microsoft::SqlServer::ReportingServices2005::Task ^> ^ Tasks, AsyncCallback ^ callback, System::Object ^ asyncState);
public IAsyncResult BeginSetRoleProperties (string Name, string Description, Microsoft.SqlServer.ReportingServices2005.Task[] Tasks, AsyncCallback callback, object asyncState);
member this.BeginSetRoleProperties : string * string * Microsoft.SqlServer.ReportingServices2005.Task[] * AsyncCallback * obj -> IAsyncResult
Public Function BeginSetRoleProperties (Name As String, Description As String, Tasks As Task(), callback As AsyncCallback, asyncState As Object) As IAsyncResult

Parameters

Name
String
Description
String
Tasks
Task[]
callback
AsyncCallback
asyncState
Object

Returns

Applies to