ReleaseResultHandle
http://opcfoundation.org/UA/IJT/
1.00.0
2021-09-29
NodeId | ns=1;i=7008 |
NodeClass | Method |
BrowseName | 1:ReleaseResultHandle |
DisplayName | ReleaseResultHandle |
Description | This method is used to inform the server that the client has finished processing a given result set allowing the server to free resources managing this result set. The server should keep the data of the result set available for the client until the ReleaseResultHandle method is called or until a timeout given by the client has expired. |
Parent | 1:ResultManagementType |
Name | DataType | Description | |
---|---|---|---|
ResultHandle | [in] | 0:UInt32 | Handle returned by GetResultById or GetResultListFiltered or GetLatestResult, identifying the result set/client combination. |
Error | [out] | 0:Int32 | 0 – OK Values > 0 are reserved for errors defined by this and future standards. Values < 0 shall be used for application-specific errors. |
Reference | NodeClass | BrowseName | TypeDefinition | DataType | Other |
---|---|---|---|---|---|
0:HasProperty | Variable | 0:InputArguments | 0:PropertyType | 0:Argument[1] | M |
0:HasProperty | Variable | 0:OutputArguments | 0:PropertyType | 0:Argument[1] | M |