aop_closeenvΒΆ
aop_closeenv ends a session.
- ret = aop_closeenv(envId, cl)
Return Value
ret is always 1.
Parameters
- envId
envId is the environment Id, returned by aop_openenv.
- cl
cl is the client pointer, returned by rpc_clnt_create.
History
Version |
Description |
---|---|
5.0.0 |
New |
See also
id-1813312