TransformationRunFactory.InitializeLifetimeService Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
This allows our object to live forever without it dying after 5 minutes of inactivity. Since it's a singleton, this shouldn't cause any problems.
public:
override System::Object ^ InitializeLifetimeService();
public:
override Platform::Object ^ InitializeLifetimeService();
override winrt::Windows::Foundation::IInspectable InitializeLifetimeService();
public override object InitializeLifetimeService ();
override this.InitializeLifetimeService : unit -> obj
Public Overrides Function InitializeLifetimeService () As Object