TaskLoggingHelper.MarkAsInactive 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.
Notifies this object that its work is done. Thread safe. However, InitializeLifetimeService and MarkAsInactive should only be called in that order, together or not at all, and no more than once.
public:
void MarkAsInactive();
public void MarkAsInactive ();
member this.MarkAsInactive : unit -> unit
Public Sub MarkAsInactive ()
Remarks
Indicates to the TaskLoggingHelper that it is no longer needed.