ReportingServicesBatchUpload.ReportingServices2005WebService.ReportingService2005.SetRolePropertiesAsync C# (CSharp) Method

SetRolePropertiesAsync() public method

public SetRolePropertiesAsync ( string Name, string Description, Task Tasks ) : void
Name string
Description string
Tasks Task
return void
        public void SetRolePropertiesAsync(string Name, string Description, Task[] Tasks) {
            this.SetRolePropertiesAsync(Name, Description, Tasks, null);
        }
        

Same methods

ReportingService2005::SetRolePropertiesAsync ( string Name, string Description, Task Tasks, object userState ) : void
ReportingService2005