ReportingService2005.DeleteRoleAsync Method

Definition

Overloads

DeleteRoleAsync(String)
DeleteRoleAsync(String, Object)

DeleteRoleAsync(String)

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

Parameters

Name
String

Applies to

DeleteRoleAsync(String, Object)

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

Parameters

Name
String
userState
Object

Applies to