DebugController::InitializeLifetimeService Method ()

 

Establishes a lifetime lease for the DebugController object.

Namespace:   System.Workflow.Runtime.DebugEngine
Assembly:  System.Workflow.Runtime (in System.Workflow.Runtime.dll)

public:
virtual Object^ InitializeLifetimeService() override

Return Value

Type: System::Object^

An Object that implements ILease and is used to control the lifetime policy for the DebugController object.

The return value is set to null unless this method is overridden in a derived class.

.NET Framework
Available since 3.0
Return to top
Show: