ReportingService2005.RemoveAllModelItemPoliciesAsync Method
Definition
Overloads
RemoveAllModelItemPoliciesAsync(String)
public:
void RemoveAllModelItemPoliciesAsync(System::String ^ Model);
public void RemoveAllModelItemPoliciesAsync (string Model);
member this.RemoveAllModelItemPoliciesAsync : string -> unit
Public Sub RemoveAllModelItemPoliciesAsync (Model As String)
Parameters
RemoveAllModelItemPoliciesAsync(String, Object)
public:
void RemoveAllModelItemPoliciesAsync(System::String ^ Model, System::Object ^ userState);
public void RemoveAllModelItemPoliciesAsync (string Model, object userState);
member this.RemoveAllModelItemPoliciesAsync : string * obj -> unit
Public Sub RemoveAllModelItemPoliciesAsync (Model As String, userState As Object)
Parameters