Main Page Compound List Compound Members ISoamSessionOpenAttributes Interface Reference
Container for all attributes that may be required when opening a session. More...
Public Methods
HRESULT SessionId ([in] BSTR newVal) Sets the id of the session to open. HRESULT SessionFlags ([in] enum SessionFlags newVal) Sets the session flags. Detailed Description
Container for all attributes that may be required when opening a session.
- See also:
- Connection::openSession(const SessionOpenAttributes& attributes)
Member Function Documentation
HRESULT SessionId ( [in] BSTR newVal )
Sets the id of the session to open.
- Parameters:
id [IN] - The session id.
- Exceptions:
ISoamException
HRESULT SessionFlags ( [in] enum SessionFlags newVal )
Sets the session flags.
The session flags are used to inform the API of any extended behavior to associate with the session. When not specified, the default flag will be SF_SYNC. This value can be a combination of Session::SessionFlags values. See samples for details.
- Parameters:
flags [IN] - The session flags.
- Exceptions:
ISoamException
- See also:
- SessionFlags
Date Modified: 28 Apr 2011
Platform Support: support@platform.com
Platform Information Development: doc@platform.com
Platform Computing. Accelerating Intelligence(TM).
Copyright © 2001-2009 Platform Computing Corporation. All rights reserved.