Share via


ReportingService2006.GetRolePropertiesAsync Method

Definition

Overloads

GetRolePropertiesAsync(String, String)
GetRolePropertiesAsync(String, String, Object)

GetRolePropertiesAsync(String, String)

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

Parameters

Name
String
Site
String

Applies to

GetRolePropertiesAsync(String, String, Object)

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

Parameters

Name
String
Site
String
userState
Object

Applies to