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:

  1. 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

number

Request Id

Return value

Type

Description

void

No return value

releaseRequest 1:

Available from version 1.10