Share via


ReportingService2010.CreateRoleAsync Method

Definition

Overloads

CreateRoleAsync(String, String, String[])
CreateRoleAsync(String, String, String[], Object)

CreateRoleAsync(String, String, String[])

public:
 void CreateRoleAsync(System::String ^ Name, System::String ^ Description, cli::array <System::String ^> ^ TaskIDs);
public void CreateRoleAsync (string Name, string Description, string[] TaskIDs);
member this.CreateRoleAsync : string * string * string[] -> unit
Public Sub CreateRoleAsync (Name As String, Description As String, TaskIDs As String())

Parameters

Name
String
Description
String
TaskIDs
String[]

Applies to

CreateRoleAsync(String, String, String[], Object)

public:
 void CreateRoleAsync(System::String ^ Name, System::String ^ Description, cli::array <System::String ^> ^ TaskIDs, System::Object ^ userState);
public void CreateRoleAsync (string Name, string Description, string[] TaskIDs, object userState);
member this.CreateRoleAsync : string * string * string[] * obj -> unit
Public Sub CreateRoleAsync (Name As String, Description As String, TaskIDs As String(), userState As Object)

Parameters

Name
String
Description
String
TaskIDs
String[]
userState
Object

Applies to