Share via


ReportingService2005.DeleteRoleAsync 方法

定义

重载

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)

参数

Name
String

适用于

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)

参数

Name
String
userState
Object

适用于