ReportingService2005.GetRolePropertiesAsync Method

Definition

Overloads

GetRolePropertiesAsync(String)
GetRolePropertiesAsync(String, Object)

GetRolePropertiesAsync(String)

public:
 void GetRolePropertiesAsync(System::String ^ Name);
public void GetRolePropertiesAsync (string Name);
member this.GetRolePropertiesAsync : string -> unit
Public Sub GetRolePropertiesAsync (Name As String)

Parameters

Name
String

Applies to

GetRolePropertiesAsync(String, Object)

public:
 void GetRolePropertiesAsync(System::String ^ Name, System::Object ^ userState);
public void GetRolePropertiesAsync (string Name, object userState);
member this.GetRolePropertiesAsync : string * obj -> unit
Public Sub GetRolePropertiesAsync (Name As String, userState As Object)

Parameters

Name
String
userState
Object

Applies to