Offers the service.

Syntax

void examplenamespace::ExampleServiceInterfaceSkeleton::OfferService()

Returns

void

Preconditions

Thread-safety, Reentrance, Result Delivery

  • Threadsafe : FALSE for same class instance, TRUE for different instances
  • Reentrant : FALSE for same class instance, TRUE for different instances
  • Synchronous : TRUE

Example

namespace exampleapplication{

void PPortExampleServiceProvider::StartService() noexcept {
  OfferService();
}

} // namespace exampleapplication