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

LogonUser() private method

private LogonUser ( string userName, string password, string authority ) : void
userName string
password string
authority string
return void
        public void LogonUser(string userName, string password, string authority) {
            this.Invoke("LogonUser", new object[] {
                        userName,
                        password,
                        authority});
        }
        
ReportingService2005