releaseRequest
[ Function ]
public static releaseRequest(id: number | null): void;
Releases the resources relating to a request to the TwinCAT HMI server. Releasing request resources manually is only necessary in a few cases.
Cases in which request resources must be released manually:
- A subscription is canceled using the function request/requestEx instead of unsubscribe/unsubscribeEx. In this case, it is necessary to manually approve the original subscription request.
Parameter
Name | Type | Description |
---|---|---|
id | Request Id |
Return value
Type | Description |
---|---|
void | No return value |
Available from version 1.10 |