Edit

class Core::Session::SessionStartedEventArgs

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.