ReportingService2005.DeleteRoleAsync Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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