# IMQRPCRequest.method property · @imqueue/rpc

Source: https://imqueue.org/api/rpc/latest/rpc.imqrpcrequest.method/
Published: 2026-08-04
Author: @imqueue maintainers (https://github.com/imqueue)
Package: @imqueue/rpc 3.5.3 — generated reference, not hand-written

Name of the service method to invoke.

**Signature:**

```typescript
method: string;
```

## Remarks

Not supplied by the caller: the [remote()](https://imqueue.org/api/rpc/latest/rpc.remote/) decorator appends it to the argument list and the client pops it back off. The service uses it for the method lookup and to authorize the call against its exposed description.

