Blueprint.Sample.WebApi.Api.AuthorisationRequiredCommand.Invoke C# (CSharp) Метод

Invoke() публичный Метод

public Invoke ( ) : void
Результат void
        public void Invoke()
        {
            throw new UnauthorizedException("Unable to process, you are not authorised even though you passed basic tests");
        }
    }
AuthorisationRequiredCommand