Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
class Core::Session::SessionStartedEventArgs
: private Core::_detail::SessionEventArgsBase< int >
Represents inference processing starting.
Members
GetSessionId
Syntax: public inline std::string GetSessionId ( ) const;
Gets the unique id for the Session from which this SessionResult originated.
Returns
The Session ID string.
GetSessionId
Syntax: public template< > inline AI::Core::_detail::enable_if_w_or_string_t< T > GetSessionId ( ) const;
Gets the unique id for the Session from which this SessionResult originated.
Returns
The Session ID string.