Subject | English | Norwegian Bokmål |
immigr. | accelerated procedure for international protection | hurtigprosedyre for behandling av asylsøknader |
comp., MS | procedure call | prosedyrekall (In programming, an instruction that causes a procedure to be executed. A procedure call can be located in another procedure or in the main body of the program) |
comp., MS | procedure level | prosedyrenivå (Describes any variables or constants declared within a procedure. Variables and constants declared within a procedure are available to that procedure only) |
comp., MS | procedure-level variable | variabel på prosedyrenivå (A variable that is declared within a procedure. Procedure-level variables are always private to the procedure in which they are declared) |
comp., MS | remote procedure call | Remote Procedure Call (A communication mechanism that allows computers to communicate with one another over a network. An RPC consists of a procedure identifier, parameters passed to the procedure, and a value returned to the caller (client computer) after the procedure has executed on the remote system (server computer)) |