ExtRemoteTyped::Release method (engextcpp.hpp)
The Release method releases any resources held by this object.
Syntax
void Release();
Return value
None
Remarks
The Release method is called by the destructor and does not need to be called directly. However, since there is no harm in calling this method multiple times, it can be used to manage resources.
Requirements
Requirement | Value |
---|---|
Target Platform | Desktop |
Header | engextcpp.hpp (include Engextcpp.hpp) |