Execute container logic that should be done when the container is started, this method should not block.
The container is space mode aware, and should do its work in OnBecomePrimary()()().

C# | Visual Basic | Visual C++ | J# |
protected abstract void OnStart()
Protected MustOverride Sub OnStart
protected: virtual void OnStart() abstract
protected abstract void OnStart()